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

Assembly: ServiceProvider (Module: ServiceProvider)