ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtCtl Control > IGArtCtl Events > SelectNotify Event |
Raised when the selection state of a mark changes.
Sub SelectNotify(pPage As IGArtPage, MarkIndex As Long,
fSelectionState As Boolean, SelectFlag As IGArtEventParams)
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. |
None