Reference Library
MonitorStopEventHandeler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCMonitorStopEventHandeler
Message sent when the server notifies object that a monitor was stopped.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void MonitorStopEventHandeler(
	Object sender,
	ThirdPartyCallController..::..MonitorStopEventArgs e
)
Public Delegate Sub MonitorStopEventHandeler ( _
	sender As Object, _
	e As ThirdPartyCallController..::..MonitorStopEventArgs _
)
public delegate void MonitorStopEventHandeler(
	Object^ sender, 
	ThirdPartyCallController..::..MonitorStopEventArgs^ e
)
Parameters
sender (Object)
Object who fired the response.
e (ThirdPartyCallController..::..MonitorStopEventArgs)
Data associated with the event.

Assembly: ServiceProvider (Module: ServiceProvider)