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

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

Concepts

ApplicationConfiguration

ApplicationConfigHelper