ImageGear .NET - Updated
ModifyMarkEventArgs Constructor




ImageGear24.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)
public ModifyMarkEventArgs( 
   ImGearARTMark mark,
   ModifyReason reason
)
public: ModifyMarkEventArgs( 
   ImGearARTMark* mark,
   ModifyReason reason
)
public:
ModifyMarkEventArgs( 
   ImGearARTMark^ mark,
   ModifyReason 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