Version

UltraTree Class Events

For a list of all members of this type, see UltraTree members.

Public Events
 NameDescription
Public EventAfterActivateOccurs after a tree node is Activated.  
Public EventAfterCellActivateOccurs after the value of the ActiveCell property has changed.  
Public EventAfterCellEnterEditModeOccurs after an edit mode session begins on an UltraTreeNodeCell.  
Public EventAfterCellExitEditModeOccurs after an edit mode session ends for an UltraTreeNodeCell.  
Public EventAfterCheckOccurs after the UltraTreeNode.CheckedState property of a CheckBox, CheckBoxTriState, or OptionButton UltraTreeNode changes.  
Public EventAfterCheckSynchronizationCompleteOccurs after the synchronization of node checkboxes is complete.  
Public EventAfterCollapseOccurs after an UltraTreeNode is collapsed.  
Public EventAfterColumnMovedOccurs after an UltraTreeNodeColumn is moved via a drag and drop operation by the end user.  
Public EventAfterCopyOccurs after the contents of the control's SelectedNodes collection is copied to the clipboard.  
Public EventAfterCutOccurs after the contents of the control's SelectedNodes collection is cut to the clipboard.  
Public EventAfterDataNodesCollectionPopulatedOccurs after a TreeNodesCollection object is populated with bound data.  
Public EventAfterDeleteOccurs after the contents of the control's SelectedNodes collection are deleted.  
Public EventAfterExpandOccurs after an UltraTreeNode is expanded.  
Public EventAfterLabelEditOccurs after an UltraTreeNode is edited.  
Public EventAfterNodeCancelUpdateFires after changes made to cell values are discarded for an UltraTreeNode.  
Public EventAfterNodeLayoutItemResizeOccurs after a node layout item (i.e., a column header or cell) is resized by the end user.  
Public EventAfterNodeLayoutItemSpanResizeOccurs after a node layout item (i.e., a column header or cell) is span resized by the end user.  
Public EventAfterNodeUpdateFires after changes made to cell values are committed for an UltraTreeNode.  
Public EventAfterPasteOccurs after nodes were pasted from the clipboard.  
Public EventAfterSelectOccurs after one or more UltraTreeNodes are UltraTreeNode.Selected or de-selected.  
Public EventAfterSortChangeOccurs after a set of UltraTreeNodeColumn objects are sorted.  
Public EventBackColorChangedOccurs when the value of the System.Windows.Forms.Control.BackColor property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageChangedOccurs when the value of the System.Windows.Forms.Control.BackgroundImage property changes. (Inherited from System.Windows.Forms.Control)
Public EventBackgroundImageLayoutChangedOccurs when the System.Windows.Forms.Control.BackgroundImageLayout property changes. (Inherited from System.Windows.Forms.Control)
Public EventBeforeActivateOccurs before a tree node is Activated.  
Public EventBeforeCellActivateOccurs before an UltraTreeNodeCell is activated.  
Public EventBeforeCellDeactivateOccurs before an UltraTreeNodeCell is deactivated.  
Public EventBeforeCellEnterEditModeOccurs before an edit mode session begins on an UltraTreeNodeCell.  
Public EventBeforeCellExitEditModeOccurs before an edit mode session ends for an UltraTreeNodeCell.  
Public EventBeforeCheckOccurs before the UltraTreeNode.CheckedState of a node is changed.  
Public EventBeforeCollapseOccurs before an UltraTreeNode is collapsed.  
Public EventBeforeColumnMovedOccurs before an UltraTreeNodeColumn is moved via a drag and drop operation by the end user.  
Public EventBeforeCopyOccurs before selected nodes are copied to the clipboard.  
Public EventBeforeCutOccurs before selected nodes are cut to the clipboard.  
Public EventBeforeDataNodesCollectionPopulatedOccurs when a TreeNodesCollection object is created and is about to be populated with bound data.  
Public EventBeforeDeleteOccurs before UltraTreeNode objects are deleted.  
Public EventBeforeExpandOccurs before an UltraTreeNode is expanded.  
Public EventBeforeLabelEditOccurs before an UltraTreeNode goes into label edit mode.  
Public EventBeforeNodeCancelUpdateFires before changes made to cell values are discarded for an UltraTreeNode.  
Public EventBeforeNodeLayoutItemResizeOccurs before a node layout item (i.e., a column header or cell) is resized by the end user.  
Public EventBeforeNodeLayoutItemSpanResizeOccurs before a node layout item (i.e., a column header or cell) is span resized by the end user.  
Public EventBeforeNodeUpdateFires before changes made to cell values are committed for an UltraTreeNode.  
Public EventBeforePasteOccurs before nodes are pasted from the clipboard.  
Public EventBeforeSelectOccurs before a tree node is selected.  
Public EventBeforeSortChangeOccurs before a set of UltraTreeNodeColumn objects are sorted.  
Public EventBindingContextChangedOccurs when the value of the System.Windows.Forms.BindingContext property changes. (Inherited from System.Windows.Forms.Control)
Public EventCausesValidationChangedOccurs when the value of the System.Windows.Forms.Control.CausesValidation property changes. (Inherited from System.Windows.Forms.Control)
Public EventCellValidationErrorFires when the result of an edit mode session is committed, and the cell’s contents are invalid.  
Public EventCellValueChangedOccurs during an edit mode session when a cell's value has changed.  
Public EventChangeUICuesOccurs when the focus or keyboard user interface (UI) cues change. (Inherited from System.Windows.Forms.Control)
Public EventClickOccurs when the control is clicked. (Inherited from System.Windows.Forms.Control)
Public EventClientSizeChangedOccurs when the value of the System.Windows.Forms.Control.ClientSize property changes. (Inherited from System.Windows.Forms.Control)
Public EventColumnSetGeneratedOccurs when a new UltraTreeColumnSet is automatically generated by the control.  
Public EventContextMenuChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenu property changes. (Inherited from System.Windows.Forms.Control)
Public EventContextMenuStripChangedOccurs when the value of the System.Windows.Forms.Control.ContextMenuStrip property changes. (Inherited from System.Windows.Forms.Control)
Public EventControlAddedOccurs when a new control is added to the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventControlRemovedOccurs when a control is removed from the System.Windows.Forms.Control.ControlCollection. (Inherited from System.Windows.Forms.Control)
Public EventCursorChangedOccurs when the value of the System.Windows.Forms.Control.Cursor property changes. (Inherited from System.Windows.Forms.Control)
Public EventDataErrorOccurs when the data binding layer throws an exception because of an invalid cell value.  
Public EventDisposed (Inherited from System.ComponentModel.Component)
Public EventDockChangedOccurs when the value of the System.Windows.Forms.Control.Dock property changes. (Inherited from System.Windows.Forms.Control)
Public EventDoubleClickOccurs when the control is double-clicked. (Inherited from System.Windows.Forms.Control)
Public EventDpiChangedAfterParentOccurs when the DPI setting for a control is changed programmatically after the DPI of its parent control or form has changed. (Inherited from System.Windows.Forms.Control)
Public EventDpiChangedBeforeParentOccurs when the DPI setting for a control is changed programmatically before a DPI change event for its parent control or form has occurred. (Inherited from System.Windows.Forms.Control)
Public EventDragDropOccurs when a drag-and-drop operation is completed. (Inherited from System.Windows.Forms.Control)
Public EventDragEnterOccurs when an object is dragged into the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragLeaveOccurs when an object is dragged out of the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventDragOverOccurs when an object is dragged over the control's bounds. (Inherited from System.Windows.Forms.Control)
Public EventEnabledChangedOccurs when the System.Windows.Forms.Control.Enabled property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventEnterOccurs when the control is entered. (Inherited from System.Windows.Forms.Control)
Public EventFontChangedOccurs when the System.Windows.Forms.Control.Font property value changes. (Inherited from System.Windows.Forms.Control)
Public EventForeColorChangedOccurs when the System.Windows.Forms.Control.ForeColor property value changes. (Inherited from System.Windows.Forms.Control)
Public EventGestureCompleted (Inherited from Infragistics.Win.UltraControlBase)
Public EventGestureQueryStatus (Inherited from Infragistics.Win.UltraControlBase)
Public EventGestureStarting (Inherited from Infragistics.Win.UltraControlBase)
Public EventGiveFeedbackOccurs during a drag operation. (Inherited from System.Windows.Forms.Control)
Public EventGotFocusOccurs when the control receives focus. (Inherited from System.Windows.Forms.Control)
Public EventHandleCreatedOccurs when a handle is created for the control. (Inherited from System.Windows.Forms.Control)
Public EventHandleDestroyedOccurs when the control's handle is in the process of being destroyed. (Inherited from System.Windows.Forms.Control)
Public EventHelpRequestedOccurs when the user requests help for a control. (Inherited from System.Windows.Forms.Control)
Public EventImeModeChangedOccurs when the System.Windows.Forms.Control.ImeMode property has changed. (Inherited from System.Windows.Forms.Control)
Public EventInitializeDataNodeOccurs when an UltraTreeNode object is created to represent a ListObject in a data source.  
Public EventInvalidatedOccurs when a control's display requires redrawing. (Inherited from System.Windows.Forms.Control)
Public EventKeyDownOccurs when a key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyPressOccurs when a character. space or backspace key is pressed while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventKeyUpOccurs when a key is released while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventLayoutOccurs when a control should reposition its child controls. (Inherited from System.Windows.Forms.Control)
Public EventLeaveOccurs when the input focus leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventLocationChangedOccurs when the System.Windows.Forms.Control.Location property value has changed. (Inherited from System.Windows.Forms.Control)
Public EventLostFocusOccurs when the control loses focus. (Inherited from System.Windows.Forms.Control)
Public EventMarginChangedOccurs when the control's margin changes. (Inherited from System.Windows.Forms.Control)
Public EventMouseCaptureChangedOccurs when the control loses mouse capture. (Inherited from System.Windows.Forms.Control)
Public EventMouseClickOccurs when the control is clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDoubleClickOccurs when the control is double clicked by the mouse. (Inherited from System.Windows.Forms.Control)
Public EventMouseDownOccurs when the mouse pointer is over the control and a mouse button is pressed. (Inherited from System.Windows.Forms.Control)
Public EventMouseEnterOccurs when the mouse pointer enters the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseEnterElement (Inherited from Infragistics.Win.UltraControlBase)
Public EventMouseHoverOccurs when the mouse pointer rests on the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveOccurs when the mouse pointer leaves the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseLeaveElement (Inherited from Infragistics.Win.UltraControlBase)
Public EventMouseMoveOccurs when the mouse pointer is moved over the control. (Inherited from System.Windows.Forms.Control)
Public EventMouseUpOccurs when the mouse pointer is over the control and a mouse button is released. (Inherited from System.Windows.Forms.Control)
Public EventMouseWheelOccurs when the mouse wheel moves while the control has focus. (Inherited from System.Windows.Forms.Control)
Public EventMoveOccurs when the control is moved. (Inherited from System.Windows.Forms.Control)
Public EventPaddingChangedOccurs when the control's padding changes. (Inherited from System.Windows.Forms.Control)
Public EventPaintOccurs when the control is redrawn. (Inherited from System.Windows.Forms.Control)
Public EventPanGesture (Inherited from Infragistics.Win.UltraControlBase)
Public EventParentChangedOccurs when the System.Windows.Forms.Control.Parent property value changes. (Inherited from System.Windows.Forms.Control)
Public EventPasteErrorOccurs when an error is encountered while pasting nodes from the clipboard.  
Public EventPressAndHoldGesture (Inherited from Infragistics.Win.UltraControlBase)
Public EventPressAndTapGesture (Inherited from Infragistics.Win.UltraControlBase)
Public EventPreviewKeyDownOccurs before the System.Windows.Forms.Control.KeyDown event when a key is pressed while focus is on this control. (Inherited from System.Windows.Forms.Control)
Public EventPropertyChanged (Inherited from Infragistics.Win.UltraControlBase)
Public EventQueryAccessibilityHelpOccurs when System.Windows.Forms.AccessibleObject is providing help to accessibility applications. (Inherited from System.Windows.Forms.Control)
Public EventQueryContinueDragOccurs during a drag-and-drop operation and enables the drag source to determine whether the drag-and-drop operation should be canceled. (Inherited from System.Windows.Forms.Control)
Public EventRegionChangedOccurs when the value of the System.Windows.Forms.Control.Region property changes. (Inherited from System.Windows.Forms.Control)
Public EventResizeOccurs when the control is resized. (Inherited from System.Windows.Forms.Control)
Public EventRightToLeftChangedOccurs when the System.Windows.Forms.Control.RightToLeft property value changes. (Inherited from System.Windows.Forms.Control)
Public EventRotateGesture (Inherited from Infragistics.Win.UltraControlBase)
Public EventScrollOccurs when the UltraTree control is scrolled via the scrollbars.  
Public EventSelectionDragStartOccurs when the user starts to drag the selected nodes. It is useful for beginning a Drag operation without using the MouseMove event.  
Public EventSizeChangedOccurs when the System.Windows.Forms.Control.Size property value changes. (Inherited from System.Windows.Forms.Control)
Public EventStyleChangedOccurs when the control style changes. (Inherited from System.Windows.Forms.Control)
Public EventSystemColorsChangedOccurs when the system colors change. (Inherited from System.Windows.Forms.Control)
Public EventTabIndexChangedOccurs when the System.Windows.Forms.Control.TabIndex property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTabStopChangedOccurs when the System.Windows.Forms.Control.TabStop property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTextChangedOccurs when the System.Windows.Forms.Control.Text property value changes. (Inherited from System.Windows.Forms.Control)
Public EventTwoFingerTapGesture (Inherited from Infragistics.Win.UltraControlBase)
Public EventValidatedOccurs when the control is finished validating. (Inherited from System.Windows.Forms.Control)
Public EventValidateLabelEditOccurs before text in the label edit is committed to a node.  
Public EventValidatingOccurs when the control is validating. (Inherited from System.Windows.Forms.Control)
Public EventVisibleChangedOccurs when the System.Windows.Forms.Control.Visible property value changes. (Inherited from System.Windows.Forms.Control)
Public EventZoomGesture (Inherited from Infragistics.Win.UltraControlBase)
See Also