ApplicationConfigChangedEventHandler
ApplicationConfigChangedEventHandler
The ApplicationConfigChangedEventHandler delegate handles the application settings changed events.
Syntax
public delegate void ApplicationConfigChangedEventHandler(
object sender,
ApplicationConfigChangedEventArgs e
);
Syntax
Public Delegate Sub ApplicationConfigChangedEventHandler ( _
ByVal sender As object, _
ByVal e As ApplicationConfigChangedEventArgs _
)
Parameters
sender
The source of the unhandled exception event.e
ApplicationConfigChangedEventArgs object that contains the event data.
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