ImageGear PDF v25.1 - Updated July 30, 2021
Annotator.ModifyMarkEventHandler Delegate




ImageGear.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace : Annotator.ModifyMarkEventHandler Delegate
The source of the event.
ModifyMarkEventArgs class that contains Annotator.ModifyMark event data.
This delegate has been deprecated. Represents the method that will handle ModifyMark event.
Syntax
'Declaration
 
Public Delegate Sub Annotator.ModifyMarkEventHandler( _
   ByVal sender As Object, _
   ByVal e As ModifyMarkEventArgs _
) 
 
'Usage
 
Dim instance As New Annotator.ModifyMarkEventHandler(AddressOf HandlerMethod)

Parameters

sender
The source of the event.
e
ModifyMarkEventArgs class that contains Annotator.ModifyMark event data.
See Also

Reference

Annotator.ModifyMarkEventHandler Members
ImageGear.ART.Windows.Controls Namespace