Public Constructors Public Properties
Public Properties
DockablePaneBase instance associated with the event. This property is read-only. Syntax Example The following code listens to the AfterDockChange event to log when panes have been repositioned. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visual C#. F...
Initializes a new PaneEventArgs with the specified DockablePaneBase Syntax Parameters pane A pane object
Delegate for handling an event involving a single DockablePaneBase. Syntax Parameters sender e Example The following code listens to the AfterDockChange event to log when panes have been repositioned. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual Basic and Visua...
Event arguments for the UltraDockManager.PaneHidden event. Syntax
Public Constructors Public Properties
Public Properties
Initializes a new PaneHiddenEventArgs Syntax Parameters pane Pane being hidden
Delegate for handling the PaneHidden Syntax Parameters sender e