MobileForms Toolkit Documentation

AudioPlayer.AsyncError Event

Occurs when the exception was thrown in asynchronous mode.

public event AsyncErrorEventHandler AsyncError;

Event Data

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

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

Remarks

The event handler receives an argument of type AsyncErrorEventArgs

See Also

AudioPlayer Class | Resco.Audio Namespace