ImageGear .NET - Updated November 28, 2017
MarkRemoved Event (PageView)




ImageGear23.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : MarkRemoved Event
Occurs when a mark is removed.
Syntax
'Declaration
 
Public Event MarkRemoved As ImGearARTMarkEventHandler
 
'Usage
 
Dim instance As PageView
Dim handler As ImGearARTMarkEventHandler
 
AddHandler instance.MarkRemoved, 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