PeerApplication.OnApplicationChanged(ApplicationChangedEventArgs) Method

Definition

Raises the ApplicationChanged event.

protected:
 virtual void OnApplicationChanged(System::Net::PeerToPeer::Collaboration::ApplicationChangedEventArgs ^ appChangedArgs);
protected virtual void OnApplicationChanged (System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs appChangedArgs);
abstract member OnApplicationChanged : System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs -> unit
override this.OnApplicationChanged : System.Net.PeerToPeer.Collaboration.ApplicationChangedEventArgs -> unit
Protected Overridable Sub OnApplicationChanged (appChangedArgs As ApplicationChangedEventArgs)

Parameters

appChangedArgs
ApplicationChangedEventArgs

The ApplicationChangedEventArgs object that contains data to be passed to delegates for the ApplicationChanged event.

Remarks

Classes that inherit from this class can override this delegate to perform additional tasks when the event occurs.

Applies to

See also