ImageGear Professional v18.2 > API Reference Guide > ART Component API Reference > ART Component Objects > IGArtCtl Control > IGArtCtl Events > MouseNotify Event |
Raised only for an IGArtPage Object that is in Run Mode (see UserMode Property and enumIGArtUserModeType Enumeration). It is raised whenever mouse-events occur for a mark. The various mouse-events are listed in the enumIGArtMouseReason Enumeration.
Sub MouseNotify(pPage As IGArtPage, MarkIndex As Long, Reason As
Long, PointX As Long, PointY As Long)
Name | Description |
---|---|
pPage | The IGArtPage Object in which the mark has been modified. |
MarkIndex | The index of the mark. |
Reason | The reason that MouseNotify Event has been raised - an enumIGArtMouseReason Enumeration value. |
PointX | Gives the X screen coordinate of the position of the mouse at the time of the event |
PointY | Gives the Y screen coordinate of the position of the mouse at the time of the event |
None