Initializes a new instance of the ClipEventArgs class.

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

Syntax

C#
public ClipEventArgs(
	int senderIndex,
	ClipMediaBase sender
)
Visual Basic (Declaration)
Public Sub New ( _
	senderIndex As Integer, _
	sender As ClipMediaBase _
)
Visual C++
public:
ClipEventArgs(
	int senderIndex, 
	ClipMediaBase^ sender
)

Parameters

senderIndex
Type: System..::.Int32
The index of the clip that raised the event.
sender
Type: ScreenMonkey.Clips..::.ClipMediaBase
A reference to the clip that raised this event.

See Also