ImageGear PDF v25.1 - Updated July 30, 2021
ImGearARTToolBar.DelegateModifyMark Delegate




ImageGear.Art.Forms Assembly > ImageGear.ART.Forms Namespace : ImGearARTToolBar.DelegateModifyMark Delegate
Reference to ART page object.
Reference to the modofied mark.
Reason of the mark is change .
A delegate for notifications when annotation mark is changed.
Syntax
'Declaration
 
Public Delegate Sub ImGearARTToolBar.DelegateModifyMark( _
   ByVal page As ImGearARTPage, _
   ByVal mark As ImGearARTMark, _
   ByVal reason As ImGearARTModifyReason _
) 
 
'Usage
 
Dim instance As New ImGearARTToolBar.DelegateModifyMark(AddressOf HandlerMethod)

Parameters

page
Reference to ART page object.
mark
Reference to the modofied mark.
reason
Reason of the mark is change .
Remarks
This delegate, if registered, is automatically called from the ART forms when the user modifies a mark.
See Also

Reference

ImGearARTToolBar.DelegateModifyMark Members
ImageGear.ART.Forms Namespace
ImGearARTPage Class
ImGearARTMark Class
ImGearARTModifyReason Enumeration