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

Assembly: ServiceProvider (Module: ServiceProvider)