ContactManager.ApplicationChanged Event

Definition

Raised whenever a PeerApplication associated with a PeerContact in the ContactManager has changed.

public:
 event EventHandler<System::Net::PeerToPeer::Collaboration::ApplicationChangedEventArgs ^> ^ ApplicationChanged;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event EventHandler<System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs> ApplicationChanged;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.ApplicationChanged : EventHandler<System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs> 
Public Custom Event ApplicationChanged As EventHandler(Of ApplicationChangedEventArgs) 

Event Type

Attributes

Exceptions

The calling object has been disposed.

Remarks

This method only returns applications published by contacts of the calling peer.

Before this event can be raised, the current user of the remote peer must subscribe to the collaboration events of the remote peer. Subscription is accomplished via the Subscribe method.

This event requires a PermissionState of Unrestricted.

Applies to

See also