PeerApplication::OnApplicationChanged Method (ApplicationChangedEventArgs^)
.NET Framework (current version)
Raises the ApplicationChanged event.
Assembly: System.Net (in System.Net.dll)
protected: virtual void OnApplicationChanged( ApplicationChangedEventArgs^ appChangedArgs )
Parameters
- appChangedArgs
-
Type:
System.Net.PeerToPeer.Collaboration::ApplicationChangedEventArgs^
The ApplicationChangedEventArgs object that contains data to be passed to delegates for the ApplicationChanged event.
Classes that inherit from this class can override this delegate to perform additional tasks when the event occurs.
.NET Framework
Available since 3.5
Available since 3.5
Show: