'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.
Property | Description |
---|---|
Cancel | Gets or sets a value indicating whether the mark will be created. |
Mark | Gets or sets the mark in which the event fired. |
See Also