Nevron .NET Vision
Nevron.UI.WinForm.Docking Namespace / NDockManager Class


In This Topic
    NDockManager Class Events
    In This Topic

    For a list of all members of this type, see NDockManager members.

    Public Events
     NameDescription
    Public EventNotifies that a panel has become autohiding.  
    Public EventNotifies that a panel has become docked.  
    Public EventNotifies that a panel has become floating.  
    Public EventNotifies that an auto-hiding panel is hidden.  
    Public EventNotifies that an auto-hiding panel is displayed.  
    Public EventNotifies that a panel is about to become autohiding. Cancelable.  
    Public EventNotifies that a panel is about to become docked. Cancelable.  
    Public EventNotifies that a panel is about to become floating. Cancelable.  
    Public EventNotifies that the tab of the NUIDocument was double clicked.  
    Public EventNotifies that a panel has been activated.  
    Public EventNotifies of a panel activation.  
    Public EventNotifies that a panel drag operation has just started.  
    Public EventNotifies that a panel has been closed.  
    Public EventNotifies that a panel is about to be closed. Cancelable.  
    Public EventNotifies that a panel has been deactivated.  
    Public EventNotifies of a panel deactivation.  
    Public EventNotifies that a panel has been displayed.  
    Public EventNotifies that a panel is about to be displayed. Cancelable.  
    Public EventNotifies that a panel is being dragged. Cancelable.  
    Public EventNotifies of a panel drag operation end.  
    Public EventFired before the default processing of keyboard events occurs. Set the Handled property of the event arguments to prevent it from the default processing.  
    Top
    See Also