ImageGear .NET
ModifyMarkEventArgs Constructor




Reference to the annotation object being changed, moved or resized using the Annotator.
Type of the annotation's change.
Initializes a new instance of the ModifyMarkEventArgs class.
Syntax
public ModifyMarkEventArgs( 
   ImGearARTMark mark,
   ModifyReason reason
)
public: ModifyMarkEventArgs( 
   ImGearARTMark* mark,
   ModifyReason reason
)
public:
ModifyMarkEventArgs( 
   ImGearARTMark^ mark,
   ModifyReason reason
)
'Declaration
 
Public Function New( _
   ByVal mark As ImGearARTMark, _
   ByVal reason As ModifyReason _
)
 
'Usage
 
Dim mark As ImGearARTMark
Dim reason As ModifyReason
 
Dim instance As New ModifyMarkEventArgs(mark, reason)

Parameters

mark
Reference to the annotation object being changed, moved or resized using the Annotator.
reason
Type of the annotation's change.
See Also

Reference

ModifyMarkEventArgs Class
ModifyMarkEventArgs Members

 

 


©2016. Accusoft Corporation. All Rights Reserved.

Send Feedback