ImageGear PDF v25.1 - Updated July 30, 2021
MarkAdded Event (ImGearARTPage)




ImageGear.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : MarkAdded Event
Occurs when a mark is added.
Syntax
'Declaration
 
Public Event MarkAdded As ImGearARTMarkEventHandler
 
'Usage
 
Dim instance As ImGearARTPage
Dim handler As ImGearARTMarkEventHandler
 
AddHandler instance.MarkAdded, handler
Event Data

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

PropertyDescription
Gets the mark in which the event fired.  
See Also