AudioRecorderRecordError Event |
Namespace:
CSAudioRecorder
Assembly:
CSAudioRecorder (in CSAudioRecorder.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public event OnRecordErrorEventHandler RecordError
Public Event RecordError As OnRecordErrorEventHandler
Dim instance As AudioRecorder
Dim handler As OnRecordErrorEventHandler
AddHandler instance.RecordError, handler
member RecordError : IEvent<OnRecordErrorEventHandler,
MessageArgs>
/** @event */
public void add_RecordError (OnRecordErrorEventHandler value)
/** @event */
public void remove_RecordError (OnRecordErrorEventHandler value)
JScript does not support events.
function add_RecordError(value);
function remove_RecordError(value);
Value
Type:
CSAudioRecorderOnRecordErrorEventHandlerSee Also