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

Assembly: ServiceProvider (Module: ServiceProvider)