ObjectChangedEventArgs Class
Provides qualifying information to a callback method when a ObjectChanged event occurs.
Assembly: System.Net (in System.Net.dll)
| Name | Description | |
|---|---|---|
![]() | PeerChangeType | Gets the PeerChangeType that specifies the type of change that has occurred to a Peer or PeerObject. |
![]() | PeerContact | Gets the PeerContact associated with the PeerEndPoint for which object information has changed. |
![]() | PeerEndPoint | Gets the PeerEndPoint for which object information has changed. |
![]() | PeerObject | Gets the PeerObject that has been added, deleted or updated. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Finalize() | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.(Inherited from Object.) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | MemberwiseClone() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
PeerObjects are run-time data items associated with an application, such as certificates, pictures, avatars, or specific descriptions. They may also be referred to as a host peer's registered applications, objects and presence information. When a PeerObject is changed, an event is raised.
Calling this method requires a PermissionState of Unrestricted. This state is created when the System.Net.PeerToPeer.Collaboration session begins.
Available since 3.5
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.


