ImageGear Professional for Windows ActiveX
SelectNotify Event

Description:

Raised when the selection state of a mark changes.

Syntax:

Sub SelectNotify(pPage As IGArtPage, MarkIndex As Long,
fSelectionState As Boolean, SelectFlag As IGArtEventParams)

Parameters:

Name Description
pPage The IGArtPage Object in which the mark will be selected or unselected.
MarkIndex The index of the mark that is to be selected or unselected.
fSelectionState True means the mark is going to be selected, False means it is going to be unselected.
SelectFlag Your event handler should set longParam member of IGArtEventParams Class to 1 to allow to change the selection state, or set it to 0 to prevent the change.

Sample:

None

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback