The C1DataGrid type exposes the following members.
Events
Name | Description | |
---|---|---|
![]() |
AutoGeneratedColumns |
Occurs after all the auto-generated columns are created.
|
![]() |
AutoGeneratingColumn |
Occurs when the auto-generated columns are being created.
|
![]() |
BeganEdit |
Occurs after a cell began to be edited.
|
![]() |
BeginningEdit |
Occurs before a cell begins to be edited.
|
![]() |
BeginningNewRow |
Occurs when a new row begins to be edited.
|
![]() |
BeginningRowEdit |
Occurs before a row begins to be edited.
A row begins to be edited when one cell of the row begins editing
and there was not previously editing cells in the row.
|
![]() |
BindingValidationError |
Occurs when a data validation error is reported by a binding source. (Inherited from FrameworkElement.) |
![]() |
CanceledNewRow |
Occurs after the editing of a new row has been canceled.
|
![]() |
CanceledRowEdit |
Occurs after a row editing has been canceled.
|
![]() |
CancelingEdit |
Occurs before a cell change is canceled.
|
![]() |
CancelingNewRow |
Occurs when a new row is canceled.
|
![]() |
CancelingRowEdit |
Occurs before a row editing is canceled.
A row editing is cancelled when the user press escape.
Notice that whether escape is pressed on an editing cell the action will cancel the editing of the cell,
if escape is pressed again the changes in the whole row will be reverted.
|
![]() |
ColumnHeaderDragCompleted |
Occurs when a column header drag operation finish.
|
![]() |
ColumnHeaderDragDelta |
Occurs when a column header is being dragged.
|
![]() |
ColumnHeaderDragStarted |
Occurs when a column header drag operation started.
|
![]() |
ColumnReordered |
Occurs after a move column operation is committed.
The move operation can be started by the user when it drops a column header
in a new position or when MoveColumn(DataGridColumn, Int32) method is called.
|
![]() |
ColumnReordering |
Occurs before a move column operation is committed.
The move operation can be started by the user when it drops a column header
in a new position or when MoveColumn(DataGridColumn, Int32) method is called.
|
![]() |
ColumnResized |
Occurs when the user release the mouse after dragging the border on the right of the column header.
|
![]() |
ColumnResizing |
Occurs while the user is resizing a column by dragging the border on the right of the column header.
|
![]() |
CommittedEdit |
Occurs after a cell editing has been committed.
|
![]() |
CommittedNewRow |
Occurs after a new row is committed.
|
![]() |
CommittedRowEdit |
Occurs after a row editing has been committed.
A row editing is committed when a cell of the row has been previously edited
and the current cell is changed to a cell which does not belong to the edited row.
|
![]() |
CommittingEdit |
Occurs before a cell change is committed.
|
![]() |
CommittingNewRow |
Occurs before a new row is committed, allowing to cancel the action.
|
![]() |
CommittingRowEdit |
Occurs before a row editing is committed.
A row editing is committed when a cell of the row has been previously edited
and the current cell is changed to a cell which does not belong to the edited row.
|
![]() |
CreatingRow |
Occurs when a row is being created in the model, so you can
override the creation returning a different row type.
|
![]() |
CurrentCellChanged |
Occurs when a different cell becomes the current cell.
Typically this occurs when a user clicks a cell, but it can be set programmatically too
by setting CurrentRow and CurrentColumn.
|
![]() |
DataContextChanged |
Occurs when the data context for this element changes. (Inherited from FrameworkElement.) |
![]() |
DeletingRows |
Occurs before a deletion of rows happens.
|
![]() |
DoubleTap |
Occurs when a DoubleTap gesture is committed while over this UIElement. (Inherited from UIElement.) |
![]() |
DragEnter |
Occurs when the input system reports an underlying drag event with this element as the target. (Inherited from UIElement.) |
![]() |
DragLeave |
Occurs when the input system reports an underlying drag event with this element as the origin. (Inherited from UIElement.) |
![]() |
DragOver |
Occurs when the input system reports an underlying drag event with this element as the potential drop target. (Inherited from UIElement.) |
![]() |
Drop |
Occurs when the input system reports an underlying drop event with this element as the drop target. (Inherited from UIElement.) |
![]() |
FilterChanged |
Occurs after the filtering state changed.
|
![]() |
FilterChanging |
Occurs before the filter state of C1DataGrid is changed.
|
![]() |
FilterLoading |
Occurs before the filter of a column is loaded allowing to change the filter that will be displayed to the user.
|
![]() |
FilterOpened |
Occurs when the filter of a column is opened by clicking the button on the right side of the column header.
|
![]() |
FrozenBottomRowsCountChanged |
Event raised when the [P:FrozenBottomRowsCount] property has changed.
|
![]() |
FrozenColumnCountChanged |
Event raised when the [P:FrozenColumnCount] property has changed.
|
![]() |
FrozenTopRowsCountChanged |
Event raised when the [P:FrozenTopRowsCount] property has changed.
|
![]() |
GotFocus |
Occurs when a UIElement receives focus. (Inherited from UIElement.) |
![]() |
GroupChanged |
Occurs after the grouping state changed.
|
![]() |
GroupChanging |
Occurs before the grouping state of the C1DataGrid is changed.
|
![]() |
Hold |
Occurs when a Hold gesture is committed while over this UIElement. (Inherited from UIElement.) |
![]() |
IsEnabledChanged |
Occurs when the IsEnabled property changes. (Inherited from Control.) |
![]() |
IsLoadingChanged |
Event raised when the [P:IsLoading] property has changed.
|
![]() |
IsMouseOverChanged |
Event raised when the [P:IsMouseOver] property has changed.
|
![]() |
KeyDown |
Occurs when a keyboard key is pressed while the UIElement has focus.
|
![]() |
KeyUp |
Occurs when a keyboard key is released while the UIElement has focus. (Inherited from UIElement.) |
![]() |
LayoutUpdated |
Occurs when the layout of the Silverlight visual tree changes. (Inherited from FrameworkElement.) |
![]() |
LeadingColumnWidthChanged |
Event raised when the [P:LeadingColumnWidth] property has changed.
|
![]() |
Loaded |
Occurs when a FrameworkElement has been constructed and added to the object tree. (Inherited from FrameworkElement.) |
![]() |
LoadedCellPresenter |
Occurs after the visual element of the cell is added to the visual tree
and is ready for interaction.
|
![]() |
LoadedColumnHeaderPresenter |
Occurs after the column header presenter is added in the visual tree
and is ready for interaction.
|
![]() |
LoadedRowDetailsPresenter |
Occurs after the visual element of the row details is added in the visual tree
and is ready for interaction.
|
![]() |
LoadedRowHeaderPresenter |
Occurs after the visual element of the row header is added to the visual tree
and is ready for interaction.
|
![]() |
LoadedRowPresenter |
Occurs after the visual element of the row is added in the visual tree
and is ready for interaction.
|
![]() |
LoadingRow |
Occurs when a data item is being loaded in the model
This might happen both by bringing the row into view or requesting the row programmatically.
|
![]() |
LostFocus |
Occurs when a UIElement loses focus. (Inherited from UIElement.) |
![]() |
LostMouseCapture |
Occurs when the UIElement loses mouse capture. (Inherited from UIElement.) |
![]() |
ManipulationCompleted |
Occurs when a manipulation and inertia on the UIElement is complete. (Inherited from UIElement.) |
![]() |
ManipulationDelta |
Occurs when the input device changes position during a manipulation. (Inherited from UIElement.) |
![]() |
ManipulationStarted |
Occurs when an input device begins a manipulation on the UIElement. (Inherited from UIElement.) |
![]() |
MediaCommand |
Occurs when a button is pressed on a remote control. (Inherited from UIElement.) |
![]() |
MergingCells |
Occurs after the measuring the cells, so that the user can combine adjacent cells.
In order to merge the cells you should call the method Merge
of the DataGridMergingCellsEventArgs passed in.
|
![]() |
MouseEnter |
Occurs when the mouse (or a stylus) enters the bounding area of a UIElement. (Inherited from UIElement.) |
![]() |
MouseLeave |
Occurs when the mouse (or the stylus) leaves the bounding area of a UIElement. (Inherited from UIElement.) |
![]() |
MouseLeftButtonDown |
Occurs when the left mouse button is pressed (or when the tip of the stylus touches the tablet) while the mouse pointer is over a UIElement. (Inherited from UIElement.) |
![]() |
MouseLeftButtonUp |
Occurs when the left mouse button is released (or the tip of the stylus is removed from the tablet) while the mouse (or the stylus) is over a UIElement (or while a UIElement holds mouse capture). (Inherited from UIElement.) |
![]() |
MouseMove |
Occurs when the coordinate position of the mouse (or stylus) changes while over a UIElement (or while a UIElement holds mouse capture). (Inherited from UIElement.) |
![]() |
MouseRightButtonDown |
Occurs when the right mouse button is pressed while the mouse pointer is over a UIElement. (Inherited from UIElement.) |
![]() |
MouseRightButtonUp |
Occurs when the right mouse button is released while the mouse pointer is over a UIElement. However, this event will only be raised if a caller marks the preceding MouseRightButtonDown event as handled; see Remarks. (Inherited from UIElement.) |
![]() |
MouseWheel |
Occurs when the user rotates the mouse wheel while the mouse pointer is over a UIElement, or the UIElement has focus. (Inherited from UIElement.) |
![]() |
PropertyChanged |
Occurs when a property value changes.
|
![]() |
RowDetailsVisibilityChanged |
Occurs when the visibility of a row details changed.
|
![]() |
RowResized |
Occurs when the user release the mouse after dragging the border at the bottom of the column header.
|
![]() |
RowResizing |
Occurs while the user is resizing a row by dragging the border at the bottom of the row header.
|
![]() |
RowsAdded |
Occurs after new rows have been added to the C1DataGrid.
|
![]() |
RowsDeleted |
Occurs after rows have been deleted from the C1DataGrid.
|
![]() |
SelectionChanged |
Occurs when the SelectedItem or SelectedItems property value changes.
|
![]() |
SelectionChanging |
Occurs before the selection changes.
|
![]() |
SelectionDragCompleted |
Occurs when the mouse drag operation in the area containing the rows is completed.
|
![]() |
SelectionDragDelta |
Occurs when the mouse is being dragged in the area containing the rows.
|
![]() |
SelectionDragStarted |
Occurs the first time the mouse is dragged in the area containing the rows.
|
![]() |
SizeChanged |
Occurs when either the ActualHeight or the ActualWidth properties change value on a FrameworkElement. (Inherited from FrameworkElement.) |
![]() |
SortChanged |
Occurs after the sorting state changed.
|
![]() |
SortChanging |
Occurs before the sorting state of C1DataGrid is changed.
|
![]() |
Tap |
Occurs when a Tap gesture is committed while over this UIElement. (Inherited from UIElement.) |
![]() |
TextInput |
Occurs when a UI element gets text in a device-independent manner. (Inherited from UIElement.) |
![]() |
TextInputStart |
Occurs when a UI element initially gets text in a device-independent manner. (Inherited from UIElement.) |
![]() |
TextInputUpdate |
Occurs when text continues to be composed via an input method editor (IME). (Inherited from UIElement.) |
![]() |
Unloaded |
Occurs when this object is no longer connected to the main object tree. (Inherited from FrameworkElement.) |
![]() |
UnloadedCellPresenter |
Occurs before the visual element of a cell is removed from the visual tree.
|
![]() |
UnloadedColumnHeaderPresenter |
Occurs before the visual element of a column header is removed from the visual tree.
|
![]() |
UnloadedRowDetailsPresenter |
Occurs before the visual element of a row details is removed from the visual tree.
|
![]() |
UnloadedRowHeaderPresenter |
Occurs before the visual element of a row header is removed from the visual tree.
|
![]() |
UnloadedRowPresenter |
Occurs before the visual element of a row is removed from the visual tree.
|
![]() |
UnloadingRow |
Occurs after a row is unloaded from the model.
|