After acquire bitmap event handler

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

Syntax

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

Parameters

index
Int32
Added image index

See Also