cAudioRecorderWasapiRecordError 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 cAudioRecorderWasapi
Dim handler As OnRecordErrorEventHandler
AddHandler instance.RecordError, handler
abstract RecordError : IEvent<OnRecordErrorEventHandler,
MessageArgs>
override RecordError : IEvent<OnRecordErrorEventHandler,
MessageArgs>
/** @event */
public final void add_RecordError (OnRecordErrorEventHandler value)
/** @event */
public final void remove_RecordError (OnRecordErrorEventHandler value)
JScript does not support events.
function add_RecordError(value);
function remove_RecordError(value);
Value
Type:
CSAudioRecorderOnRecordErrorEventHandlerImplements
cAudioRecorderRecordErrorSee Also