Event parameters used for the UltraDockManager.BeforeDockChange event. Syntax Example The following code demonstrates how to use some of the properties of the BeforeDockChangeEventArgs to prevent the user from repositioning or docking panes in specific areas. For an overview of how to handle events in Visual Basic...
Public Constructors Public Properties
Public Properties
Returns the type of change that is occuring. Syntax Example The following code demonstrates how to use some of the properties of the BeforeDockChangeEventArgs to prevent the user from repositioning or docking panes in specific areas. For an overview of how to handle events in Visual Basic or Visual C#, see Event H...
Returns the new DockedLocation for the pane. Syntax Example The following code demonstrates how to use some of the properties of the BeforeDockChangeEventArgs to prevent the user from repositioning or docking panes in specific areas. For an overview of how to handle events in Visual Basic or Visual C#, see Event H...
Returns the new index of the pane in the parent pane. Syntax
Returns the parent pane. Syntax
Initializes a new BeforeDockChangeEventArgs instance Syntax Parameters newLocation Location being changed to.changeType Type of changeparent New parent panenewIndex Index into the new parentpane Pane whose dock status is changing
Delegate for handling the cancelable event that occurs before a panes dock status changes. Syntax Parameters sender e Example The following code demonstrates how to use some of the properties of the BeforeDockChangeEventArgs to prevent the user from repositioning or docking panes in specific areas. For an overview...
Cancelable event arguments for the UltraDockManager.BeforeNavigatorDisplayed event. Syntax