ImageGear .NET - Updated
MarkCreated Event




ImageGear24.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : MarkCreated Event
Occurs right after an annotation is created.
Syntax
'Declaration
 
Public Event MarkCreated As ImGearARTForms.ImGearARTFormsMarkCreatedEventHandler
'Usage
 
Dim instance As ImGearARTForms
Dim handler As ImGearARTForms.ImGearARTFormsMarkCreatedEventHandler
 
AddHandler instance.MarkCreated, handler
Event Data

The event handler receives an argument of type ImGearARTFormsMarkCreatedEventArgs containing data related to this event. The following ImGearARTFormsMarkCreatedEventArgs properties provide information specific to this event.

PropertyDescription
Gets or sets a value indicating whether the process of annotation creation has to be canceled.  
Gets a reference to the annotation object being created.  
See Also