ImageGear .NET
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
Mark Gets a reference to the annotation object being changed, moved or resized using the Annotator.  
Reason Gets type of the annotation's change.  
See Also

Reference

Annotator Class
Annotator Members

 

 


©2017. Accusoft Corporation. All Rights Reserved.

Send Feedback