Public Constructors Public Properties
Public Properties
Delegate used by the BeforeNavigatorDisplayed event. Syntax Parameters sender e
Event parameters used for cancelable events which pass a single DockableControlPane. Syntax Example The following code uses demonstrates how to selectively prevent an unpinned DockableControlPane from being displayed. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visua...
Public Constructors Public Properties
Public Properties
DockableControlPane instance associated with the event. This property is read-only. Syntax Example The following code uses demonstrates how to selectively prevent an unpinned DockableControlPane from being displayed. For an overview of how to handle events in Visual Basic or Visual C#, see Event Handlers in Visual...
Initializes a new CancelableControlPaneEventArgs with the specified DockableControlPane Syntax Parameters pane A pane object
Delegate for handling a cancelable event involving a single DockableControlPane. Syntax Parameters sender e Example The following code uses demonstrates how to selectively prevent an unpinned DockableControlPane from being displayed. For an overview of how to handle events in Visual Basic or Visual C#, see Event H...