Select image handler.

Namespace: HiComponents.IEvolution
Assembly: IEvolution2 (in IEvolution2.dll) Version: 10.1.0.0

Syntax

         
 C#  Visual Basic  Visual C++ 
public IESelectImageEventArgs(
	int index
)
Public Sub New ( _
	index As Integer _
)
public:
IESelectImageEventArgs(
	int index
)

Parameters

index
Int32
The index of the selected image.

See Also