Reference Library
PlayingEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCPlayingEventHandler
Playing Event delegate. Notification to the application that A wav file has started playing.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void PlayingEventHandler(
	Object sender,
	Media..::..PlayingEventArgs e
)
Public Delegate Sub PlayingEventHandler ( _
	sender As Object, _
	e As Media..::..PlayingEventArgs _
)
public delegate void PlayingEventHandler(
	Object^ sender, 
	Media..::..PlayingEventArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (Media..::..PlayingEventArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)