Version

Search Results

OnInitializeNavigatorItem Method

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

OnInitializeNavigatorItemDescription Method

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

OnInitializePane Method

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

OnLayoutLoaded Method

Called after a layout file is loaded with one of the LoadFromBinary or LoadFromXML overloads. Syntax

OnMouseEnterElement Method

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

OnMouseLeaveElement Method

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

OnPaneActivate Method

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

OnPaneDeactivate Method

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

OnPaneDisplayed Method

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

OnPaneHidden Method

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