ApplicationConfigChangedEventHandler
The ApplicationConfigChangedEventHandler delegate handles the application settings changed events.
Syntax
Copy Code | |
---|---|
public delegate void ApplicationConfigChangedEventHandler( object sender, ApplicationConfigChangedEventArgs e ); |
Syntax
Copy Code | |
---|---|
Public Delegate Sub ApplicationConfigChangedEventHandler ( _ ByVal sender As object, _ ByVal e As ApplicationConfigChangedEventArgs _ ) |
Parameters
Remarks
An instance of ApplicationConfigChangedEventArgs contains the new and old settings of the application identified by the Application's URI.
Requirements
Redistributable: Requires Microsoft Lync Server 2010
Namespace:Microsoft.Rtc.Sip
Assembly: ServerAgent.DLL