Click or drag to resize
RecorderExDataEventHandler Delegate
Represents the method that will handle the Data event of the RecorderEx.

Namespace: Alvas.Audio
Assembly: Alvas.Audio (in Alvas.Audio.dll) Version: 2016.0.6173.41573
Syntax
public delegate void DataEventHandler(
	Object sender,
	DataEventArgs e
)

Parameters

sender
Type: SystemObject
e
Type: Alvas.AudioDataEventArgs
See Also