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




In This Topic
    MarkRemoved Event (PageView)
    In This Topic
    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
    public event ImGearARTMarkEventHandler MarkRemoved
    public: __event ImGearARTMarkEventHandler* MarkRemoved
    public:
    event ImGearARTMarkEventHandler^ MarkRemoved
    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