Syntax Parameters propId
Syntax Parameters propId trigger
Overload List
Raises the AfterDockChange event when a pane drag operation is completed. Syntax Parameters e A PaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnAfterDockChange method also allows derived classes to handle the event without attaching a del...
Raises the AfterHideFlyout event when an unpinned DockableControlPane is hidden Syntax Parameters e A ControlPaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnAfterHideFlyout method also allows derived classes to handle the event without at...
Raises the AfterNavigatorClosed event after the Navigator user interface has been closed. Syntax Parameters e A AfterNavigatorClosedEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnAfterNavigatorClosed method also allows derived classes to han...
Raises the AfterPaneButtonClick event after the action associated with a pane captions button is executed. Syntax Parameters e A PaneButtonEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnAfterPaneButtonClick method also allows derived classes...
Raises the AfterSplitterDrag event after a splitter bar has been repositioned. Syntax Parameters e A PanesEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnAfterSplitterDrag method also allows derived classes to handle the event without attachi...
Raises the AfterToggleDockState event after a panes DockedState has been changed from docked to floating or vice versa. Syntax Parameters e A PaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnAfterToggleDockState method also allows derived ...
Raises the BeforeDockChange event as a docked window is being dragged. Syntax Parameters e A BeforeDockChangeEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnBeforeDockChange method also allows derived classes to handle the event without attac...