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