Docking Tab for WinForms | ComponentOne
C1.Win.Command Namespace / C1DockingTab Class / AutoHidingChanging Event

In This Topic
    AutoHidingChanging Event
    In This Topic
    Event fires when the AutoHiding property is about to change. Allows to cancel the change.
    Syntax
    'Declaration
     
    
    Public Event AutoHidingChanging As CancelEventHandler
    public event CancelEventHandler AutoHidingChanging
    Event Data

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

    PropertyDescription
     
    See Also