MobileForms Toolkit Documentation

AudioRecorder.AsyncCompleted Event

Occurs when the AudioState was changed.

public event AsynCompletedEventHandler AsyncCompleted;

Event Data

The event handler receives an argument of type AsyncCompletedEventArgs containing data related to this event. The following AsyncCompletedEventArgs properties provide information specific to this event.

Property Description
Parameter Parameter of the AudioState which raise event.
State AudioState which raise event.

Remarks

The event handler receives an argument of type AsyncCompletedEventArgs

See Also

AudioRecorder Class | Resco.Audio Namespace