Occurs when the selected area of the specified image is deselected and the value of the MouseShape()()()() property is set to false.

Namespace: Dynamsoft.DotNet.TWAIN.Delegate
Assembly: DynamicDotNetTWAIN (in DynamicDotNetTWAIN.dll) Version: 3.0.0.0 (3.0.0.0)

Syntax

C#
public delegate void OnImageAreaDeselectedHandler(
	short sImageIndex
)
Visual Basic
Public Delegate Sub OnImageAreaDeselectedHandler ( _
	sImageIndex As Short _
)

Parameters

sImageIndex
Type: System..::..Int16
Specifies the index of image in buffer. The index is 0-based.

Remarks

Short sImageIndex >=0.

See Also