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




In This Topic
    MarkSelectionChanged Event (PageView)
    In This Topic
    Occurs when a mark's selection is changed.
    Syntax
    'Declaration
     
    Public Event MarkSelectionChanged As ImGearARTMarkEventHandler
    'Usage
     
    Dim instance As PageView
    Dim handler As ImGearARTMarkEventHandler
     
    AddHandler instance.MarkSelectionChanged, handler
    public event ImGearARTMarkEventHandler MarkSelectionChanged
    public: __event ImGearARTMarkEventHandler* MarkSelectionChanged
    public:
    event ImGearARTMarkEventHandler^ MarkSelectionChanged
    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