Version

Search Results

BeforeDockChangeEventArgs Class

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...

BeforeDockChangeEventArgs Class Members

Public Constructors Public Properties

ChangeType Property

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...

NewDockedLocation Property

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...

NewIndex Property

Returns the new index of the pane in the parent pane. Syntax

Parent Property (BeforeDockChangeEventArgs)

Returns the parent pane. Syntax

BeforeDockChangeEventArgs Constructor

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

BeforeDockChangeEventHandler Delegate

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...

BeforeNavigatorDisplayedEventArgs Class

Cancelable event arguments for the UltraDockManager.BeforeNavigatorDisplayed event. Syntax