PeerObject::OnObjectChanged Method (ObjectChangedEventArgs^)

 

Signaled when a PeerObject instance with the specified ID is added, updated or removed by a remote peer.

Namespace:   System.Net.PeerToPeer.Collaboration
Assembly:  System.Net (in System.Net.dll)

protected:
virtual void OnObjectChanged(
	ObjectChangedEventArgs^ objChangedArgs
)

Parameters

objChangedArgs
Type: System.Net.PeerToPeer.Collaboration::ObjectChangedEventArgs^

Type of object change specified by ObjectChangedEventArgs.

Exception Condition
ObjectDisposedException

The PeerObject instance associated with this change has been disposed.

.NET Framework
Available since 3.5
Return to top
Show: