RecorderExDataEventHandler Delegate |
Represents the method that will handle the
Data event of the RecorderEx.
Namespace: Alvas.AudioAssembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax public delegate void DataEventHandler(
Object sender,
DataEventArgs e
)
Public Delegate Sub DataEventHandler (
sender As Object,
e As DataEventArgs
)
public delegate void DataEventHandler(
Object^ sender,
DataEventArgs^ e
)
Parameters
- sender
- Type: SystemObject
- e
- Type: Alvas.AudioDataEventArgs
See Also