ApplicationConfigChangedEventHandler

The ApplicationConfigChangedEventHandler delegate handles the application settings changed events.

Syntax

  Copy imageCopy Code
public delegate void ApplicationConfigChangedEventHandler(
  object sender,
  ApplicationConfigChangedEventArgs e
);

Syntax

  Copy imageCopy Code
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

See Also