ObjectChangedEventArgs Class
Provides qualifying information to a callback method when a ObjectChanged event occurs.
Assembly: System.Net (in System.Net.dll)
The ObjectChangedEventArgs type exposes the following members.
| 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 a hash function for a particular type. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | 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.
Windows 7, Windows Vista SP1 or later, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.
