Reference Library
MediaStoppedEventHandler Delegate
NamespacesAvaya.ApplicationEnablement.DMCCMediaStoppedEventHandler
Media Stopped delegate. Notification to the application that media has stopped.
Declaration Syntax
C#Visual BasicVisual C++
public delegate void MediaStoppedEventHandler(
	Object sender,
	Media..::..MediaStoppedEventArgs e
)
Public Delegate Sub MediaStoppedEventHandler ( _
	sender As Object, _
	e As Media..::..MediaStoppedEventArgs _
)
public delegate void MediaStoppedEventHandler(
	Object^ sender, 
	Media..::..MediaStoppedEventArgs^ e
)
Parameters
sender (Object)
Object who sent this message
e (Media..::..MediaStoppedEventArgs)
Parameters associated with this response.

Assembly: ServiceProvider (Module: ServiceProvider)