ImageGear Professional for Windows ActiveX
MouseNotify Event

Description:

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.

Syntax:

Sub MouseNotify(pPage As IGArtPage, MarkIndex As Long, Reason As
Long, PointX As Long, PointY As Long)

Parameters:

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

Sample:

None

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback