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

Assembly: ServiceProvider (Module: ServiceProvider)