Reference Library
GetMonitorListEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCGetMonitorListEventHandler
Delegate which represents the handler for events to the Get Monitor List message.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void GetMonitorListEventHandler(
	Object sender,
	ServiceProvider..::.GetMonitorListEventArgs e
)
Public Delegate Sub GetMonitorListEventHandler ( _
	sender As Object, _
	e As ServiceProvider..::.GetMonitorListEventArgs _
)
public delegate void GetMonitorListEventHandler(
	Object^ sender, 
	ServiceProvider..::.GetMonitorListEventArgs^ e
)
Parameters
sender (Object)
Object who sent the message.
e (ServiceProvider..::.GetMonitorListEventArgs)
Paramters associated with this particular callback.

Assembly: ServiceProvider (Module: ServiceProvider)