The C1FlexGrid type exposes the following members.

Events

  Name Description
Public event BeginningEdit
Occurs before a cell enters editing mode.
Public event BindingValidationError (Inherited from FrameworkElement.)
Public event CellEditEnded
Occurs when a cell edit has been committed or canceled.
Public event CellEditEnding
Occurs when a cell edit is ending.
Public event CustomAggregate
Occurs when the grid needs to calculate a custom aggregate.
Public event DraggedColumn
Occurs when the user finishes dragging a column to a new position using the mouse.
Public event DraggedRow
Occurs when the user finishes dragging a row to a new position using the mouse.
Public event DraggingColumn
Occurs when the user starts dragging a column to a new position using the mouse.
Public event DraggingRow
Occurs when the user starts dragging a row to a new position using the mouse.
Public event GotFocus
Occurs when this element gets logical focus.
(Inherited from UIElement.)
Public event GroupCollapsedChanged
Occurs after the IsCollapsed property of a GroupRow object changes.
Public event GroupCollapsedChanging
Occurs before the IsCollapsed property of a GroupRow object changes.
Public event IsEnabledChanged (Inherited from Control.)
Public event ItemsSourceChanged
Occurs after the value of the ItemsSource property changes.
Public event ItemsSourceChanging
Occurs when the value of the ItemsSource property is about to change.
Public event KeyDown
Occurs when a key is pressed while focus is on this element.
(Inherited from UIElement.)
Public event KeyUp
Occurs when a key is released while focus is on this element.
(Inherited from UIElement.)
Public event LayoutUpdated (Inherited from FrameworkElement.)
Public event Loaded
Occurs when the element is laid out, rendered, and ready for interaction.
(Inherited from FrameworkElement.)
Public event LoadedRows
Occurs when the grid finishes loading the rows with items from the data source.
Public event LoadingRows
Occurs when the grid starts loading the rows with items from the data source.
Public event LostFocus
Occurs when this element loses logical focus.
(Inherited from UIElement.)
Public event LostMouseCapture
Occurs when this element loses mouse capture.
(Inherited from UIElement.)
Public event MouseEnter
Occurs when the mouse pointer enters the bounds of this element.
(Inherited from UIElement.)
Public event MouseLeave
Occurs when the mouse pointer leaves the bounds of this element.
(Inherited from UIElement.)
Public event MouseLeftButtonDown
Occurs when the left mouse button is pressed while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event MouseLeftButtonUp
Occurs when the left mouse button is released while the mouse pointer is over this element.
(Inherited from UIElement.)
Public event MouseMove
Occurs when the mouse pointer moves while over this element.
(Inherited from UIElement.)
Public event PrepareCellForEdit
Occurs when an editor cell is created and before it becomes active.
Public event ResizedColumn
Occurs when the user finishes resizing a column with the mouse.
Public event ResizedRow
Occurs when the user finishes resizing a row with the mouse.
Public event ResizingColumn
Occurs when the user starts resizing a column with the mouse.
Public event ResizingRow
Occurs when the user starts resizing a row with the mouse.
Public event RowEditEnded
Occurs when a row edit has been committed or canceled.
Public event RowEditEnding
Occurs when a row edit is ending.
Public event ScrollingDeferred
Occurs when scrolling is deferred while the user drags a scrollbar thumb.
Public event ScrollPositionChanged
Occurs after the value of the ScrollPosition property changes.
Public event ScrollPositionChanging
Occurs before the value of the ScrollPosition property changes.
Public event SelectedItemChanged
Occurs when the value of the SelectedItem property changes.
Public event SelectionChanged
Occurs after the value of the Selection property changes.
Public event SelectionChanging
Occurs before the value of the Selection property changes.
Public event SizeChanged
Occurs when either the ActualHeight or the ActualWidth properties change value on this element.
(Inherited from FrameworkElement.)
Public event SortedColumn
Occurs after a column is sorted when the user clicks a column header.
Public event SortingColumn
Occurs before a column is sorted when the user clicks a column header.

See Also