PeerApplication.OnApplicationChanged(ApplicationChangedEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.