Version

Search Results

OnBeforeDockChangeStart Method

Raises the BeforeDockChangeStart event before a drag of a pane begins. Syntax Parameters e A CancelablePaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnBeforeDockChangeStart method also allows derived classes to handle the event without at...

OnBeforeNavigatorDisplayed Method

Raises the BeforeNavigatorDisplayed event before the Navigator user interface is displayed. Syntax Parameters e A BeforeNavigatorDisplayedEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnBeforeNavigatorDisplayed method also allows derived clas...

OnBeforePaneButtonClick Method

Raises the BeforePaneButtonClick event before the action associated with a pane captions button is executed. Syntax Parameters e A CancelablePaneButtonEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnBeforePaneButtonClick method also allows de...

OnBeforeShowFlyout Method

Raises the BeforeShowFlyout event when an unpinned DockableControlPane is about to be displayed. Syntax Parameters e A CancelableControlPaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnBeforeShowFlyout method also allows derived classes to...

OnBeforeSplitterDrag Method

Raises the BeforeSplitterDrag event before a splitter bar is repositioned. Syntax Parameters e A CancelablePanesEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnBeforeSplitterDrag method also allows derived classes to handle the event without ...

OnBeforeToggleDockState Method

Raises the BeforeToggleDockState event before a panes docked state is toggled. Syntax Parameters e A CancelablePaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnBeforeToggleDockState method also allows derived classes to handle the event wi...

OnBeginInit Method

Invoked during the System.ComponentModel.ISupportInitialize.BeginInit of the component. Syntax

OnDeserialization Method (UltraDockManager)

Invoked after the entire object graph has been deserialized. Syntax Parameters sender The object that initiated the callback. The functionality for the this parameter is not currently implemented.

OnDoubleClickSplitterBar Method

Raises the DoubleClickSplitterBar event when a splitter bar has been double clicked. Syntax Parameters e A PanesEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnDoubleClickSplitterBar method also allows derived classes to handle the event with...

OnEndInit Method

Invoked during the System.ComponentModel.ISupportInitialize.EndInit of the component. Syntax