'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.
Property | Description |
---|---|
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