ImageGear .NET - Updated
Annotator.ModifyMarkEventHandler Delegate




ImageGear24.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)
public delegate void Annotator.ModifyMarkEventHandler( 
   object sender,
   ModifyMarkEventArgs e
)
public: __gc __delegate void Annotator.ModifyMarkEventHandler( 
   Object* sender,
   ModifyMarkEventArgs* e
)
public delegate void Annotator.ModifyMarkEventHandler( 
   Object^ sender,
   ModifyMarkEventArgs^ e
)

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