ImageGear .NET - Updated November 28, 2017
MarkSelectionChanged Event (ImGearARTPage)




ImageGear23.Art Assembly > ImageGear.ART Namespace > ImGearARTPage Class : MarkSelectionChanged Event
Occurs when a mark's selection is changed.
Syntax
'Declaration
 
Public Event MarkSelectionChanged As ImGearARTMarkEventHandler
 
'Usage
 
Dim instance As ImGearARTPage
Dim handler As ImGearARTMarkEventHandler
 
AddHandler instance.MarkSelectionChanged, 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