PeerContact.ObjectChanged Event
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This event is signaled whenever a PeerObject associated with the PeerContact has changed.
public:
event EventHandler<System::Net::PeerToPeer::Collaboration::ObjectChangedEventArgs ^> ^ ObjectChanged;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event EventHandler<System.Net.PeerToPeer.Collaboration.ObjectChangedEventArgs> ObjectChanged;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.ObjectChanged : EventHandler<System.Net.PeerToPeer.Collaboration.ObjectChangedEventArgs>
Public Custom Event ObjectChanged As EventHandler(Of ObjectChangedEventArgs)
Event Type
- Attributes
Exceptions
This PeerContact object has been disposed.
Remarks
Calling this method requires a PermissionState of Unrestricted. This state is created when the peer collaboration session begins.
Applies to
See also
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.