Raises the InitializeNavigatorItem event for an item in the Navigator user interface. Syntax Parameters e A InitializeNavigatorItemEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnInitializeNavigatorItem method also allows derived classes to h...
Raises the InitializeNavigatorItemDescription event for an item in the Navigator user interface, the first time it is selected. Syntax Parameters e A InitializeNavigatorItemDescriptionEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnInitialize...
Raises the InitializePane event when a DockablePaneBase is created. Syntax Parameters e A InitializePaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnInitializePane method also allows derived classes to handle the event without attaching a ...
Called after a layout file is loaded with one of the LoadFromBinary or LoadFromXML overloads. Syntax
Raises the Infragistics.Win.UltraComponentControlManagerBase.MouseEnterElement event when the mouse is moved over a UIElement. Syntax Parameters e A Infragistics.Win.UIElementEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnMouseEnterElement m...
Raises the Infragistics.Win.UltraComponentControlManagerBase.MouseLeaveElement event when the mouse is moved out of a UIElement. Syntax Parameters e A Infragistics.Win.UIElementEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnMouseLeaveElement...
Raises the PaneActivate event when a DockableControlPane contains the active control. Syntax Parameters e A ControlPaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnPaneActivate method also allows derived classes to handle the event without...
Raises the PaneDeactivate event when a DockableControlPane no longer contains the active control. Syntax Parameters e A ControlPaneEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnPaneDeactivate method also allows derived classes to handle the...
Raises the PaneDisplayed event when a DockableControlPane is brought into view. Syntax Parameters e A PaneDisplayedEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnPaneDisplayed method also allows derived classes to handle the event without at...
Raises the PaneHidden event when a DockableControlPane is hidden from view. Syntax Parameters e A PaneHiddenEventArgs that provides data for the event. Remarks Raising an event invokes the event handler through a delegate. The OnPaneHidden method also allows derived classes to handle the event without attaching a ...