ImageGear Professional for Windows ActiveX
ModifyNotify Event

Description:

Raised whenever a mark has been modified for any of the reasons listed in the enumIGArtModifyReason Enumeration. It is raised after the modification is complete.

This event occurs after the mark modifications are complete. For example, if the user changes the text in a Typed Text mark, PreModifyNotify Event is raised after the user has changed the text and then clicked outside of the mark. ImageGear then changes the text stored in the IGArtPage Object for the mark. After the change has been made, ModifyNotify Event is raised.

Syntax:

Sub ModifyNotify(pPage As IGArtPage, MarkIndex As Long, MarkType
As Long, Reason As Long)

Parameters:

Name Description
pPage The IGArtPage Object in which the mark has been modified.
MarkIndex The index of the mark. Note that when the Reason is ART_MODIFY_INDEX, this is the new index for the mark.
MarkType The type of the mark - an enumIGArtMarkType Enumeration value. Note that there is no markSelect type mark - that value is used to identify the Select button on the ToolBar.
Reason The reason that ModifyNotify Event has been raised - an enumIGArtModifyReason Enumeration value.

Sample:

None

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback