ImageGear .NET - Updated
ModifyMark Event




ImageGear24.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > Annotator Class : ModifyMark Event
Occurs after an annotation has been changed, moved or resized using the Annotator.
Syntax
'Declaration
 
Public Event ModifyMark As Annotator.ModifyMarkEventHandler
'Usage
 
Dim instance As Annotator
Dim handler As Annotator.ModifyMarkEventHandler
 
AddHandler instance.ModifyMark, handler
public event Annotator.ModifyMarkEventHandler ModifyMark
public: __event Annotator.ModifyMarkEventHandler* ModifyMark
public:
event Annotator.ModifyMarkEventHandler^ ModifyMark
Event Data

The event handler receives an argument of type ModifyMarkEventArgs containing data related to this event. The following ModifyMarkEventArgs properties provide information specific to this event.

PropertyDescription
Gets a reference to the annotation object being changed, moved or resized using the Annotator.  
Gets type of the annotation's change.  
See Also