ImageGear .NET v24.12 - Updated
MarkCreating Event (PageView)




ImageGear24.Windows.Controls Assembly > ImageGear.Windows.Controls Namespace > PageView Class : MarkCreating Event
Occurs when a mark is added using the mouse.
Syntax
'Declaration
 
Public Event MarkCreating As ImGearMarkCreatingEventHandler
'Usage
 
Dim instance As PageView
Dim handler As ImGearMarkCreatingEventHandler
 
AddHandler instance.MarkCreating, handler
public event ImGearMarkCreatingEventHandler MarkCreating
public: __event ImGearMarkCreatingEventHandler* MarkCreating
public:
event ImGearMarkCreatingEventHandler^ MarkCreating
Event Data

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

PropertyDescription
Gets or sets a value indicating whether the mark will be created.  
Gets or sets the mark in which the event fired.  
See Also