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




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

Parameters

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

Reference

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