ImageGear PDF v25.1 - Updated
MarkCreating Event (ImGearARTForms)




ImageGear.Art.Forms Assembly > ImageGear.ART.Forms Namespace > ImGearARTForms Class : MarkCreating Event
Occurs just before an annotation is created.
Syntax
'Declaration
 
Public Event MarkCreating As ImGearARTForms.ImGearARTFormsMarkCreatingEventHandler
'Usage
 
Dim instance As ImGearARTForms
Dim handler As ImGearARTForms.ImGearARTFormsMarkCreatingEventHandler
 
AddHandler instance.MarkCreating, handler
Event Data

The event handler receives an argument of type ImGearARTFormsMarkCreatingEventArgs containing data related to this event. The following ImGearARTFormsMarkCreatingEventArgs 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