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




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

Parameters

page
Reference to ART page object.
mark
Reference to the created mark.
Remarks
This delegate, if registered, is automatically called from the ART forms when the user creates a mark.
See Also

Reference

ImGearARTToolBar.DelegateCreateMark Members
ImageGear.ART.Forms Namespace
ImGearARTPage Class
ImGearARTMark Class