Contains information about a clip that raised an event.

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

Syntax

C#
public class ClipEventArgs : EventArgs
Visual Basic (Declaration)
Public Class ClipEventArgs _
	Inherits EventArgs
Visual C++
public ref class ClipEventArgs : public EventArgs

Inheritance Hierarchy

System..::.Object
  System..::.EventArgs
    ScreenMonkey.Clips..::.ClipEventArgs
      ScreenMonkey.Clips..::.ClipMediaLoadArgs

See Also