This event is set when the loading has completed.

Namespace:  ScreenMonkey.Clips
Assembly:  ScreenMonkey.Clips (in ScreenMonkey.Clips.dll) Version: 3.2.0.0 (3.3.1.4)

Syntax

C#
protected ManualResetEvent mediaLoadedManualEvent
Visual Basic (Declaration)
Protected mediaLoadedManualEvent As ManualResetEvent
Visual C++
protected:
ManualResetEvent^ mediaLoadedManualEvent

Remarks

You may want to wait on this event to prevent code executing until the clip has finished loading.

See Also