Creates event args.

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

Syntax

         
 C#  Visual Basic  Visual C++ 
public IEImageAtPosQueryEventArgs(
	int idx_,
	int x_,
	int y_
)
Public Sub New ( _
	idx_ As Integer, _
	x_ As Integer, _
	y_ As Integer _
)
public:
IEImageAtPosQueryEventArgs(
	int idx_, 
	int x_, 
	int y_
)

Parameters

idx_
Int32
Contains the proposed image thumbnail index. You can change this value (-1 = no thumbnail).
x_
Int32
Horizontal position to check.
y_
Int32
Vertical position to check.

See Also