Delegate that defines the signature of the event handler to be called when application settings change.

Namespace:  Microsoft.Rtc.Sip
Assembly:  ServerAgent(in ServerAgent.dll)

Syntax

Visual Basic (declaration)
Public 
Delegate 
Sub 

ApplicationConfigChangedEventHandler ( _
	
sender 
As 
Object, _
	
eventArgs 
As 

ApplicationConfigChangedEventArgs _
)
Visual Basic (usage)
Dim 
instance 
As 
New 

ApplicationConfigChangedEventHandler(
AddressOf HandlerMethod)
C#
public 
delegate 
void 

ApplicationConfigChangedEventHandler(
	
Object 
sender,
	

ApplicationConfigChangedEventArgs 
eventArgs
)

Parameters

sender
Type: System . . :: . . Object

Object that generates the event.

eventArgs
Type: Microsoft.Rtc.Sip . . :: . . ApplicationConfigChangedEventArgs

Argument that contains details of the change.

See also