MobileForms Toolkit Documentation

AudioPlayer.OnAsyncCompleted Method 

Raises the AsyncCompleted event.

protected virtual void OnAsyncCompleted(
AsyncCompletedEventArgs e
);

Parameters

e
An AsyncCompletedEventArgs that contains the event data.

Remarks

Raising an event invokes the event handler through a delegate.

See Also

AudioPlayer Class | Resco.Audio Namespace