ImageGear .NET v25.2 - Updated
ImageGear.Windows.Controls Assembly / ImageGear.Windows.Controls Namespace / PageView Class / MarkCreating Event




In This Topic
    MarkCreating Event (PageView)
    In This Topic
    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