ImageGear .NET - Updated November 28, 2017
ModifyMarkEventArgs Constructor




ImageGear23.Art.Windows.Controls Assembly > ImageGear.ART.Windows.Controls Namespace > ModifyMarkEventArgs Class : 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
'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