Reference Library
LampUpdatedEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCLampUpdatedEventHandler
Delegate for a LampUpdated event.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void LampUpdatedEventHandler(
	Object sender,
	Phone..::..LampUpdatedEventArgs e
)
Public Delegate Sub LampUpdatedEventHandler ( _
	sender As Object, _
	e As Phone..::..LampUpdatedEventArgs _
)
public delegate void LampUpdatedEventHandler(
	Object^ sender, 
	Phone..::..LampUpdatedEventArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (Phone..::..LampUpdatedEventArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)