Name | Description | |
---|---|---|
![]() | AutoFilterValuesChanged | Occurs after the AutoFilterValues of the DataGridItemProperty of a detail level changes. |
![]() | BeginningEdit | Raised when the EditItem method has been called to signal that the edit process of an item in the underlying data source is about to begin. |
![]() | CancelingEdit | Raised when the CancelEdit >method has been called to signal that the edit process of an item in the underlying data source is about to be canceled. |
![]() | CancelingNewItem | Raised when the CancelNew method has been called to signal that the insertion process of a new item is about to be canceled. |
![]() | CommittingEdit | Raised when the CommitEdit method has been called to signal that modifications made to an item in the underlying data source are about to be committed. |
![]() | CommittingNewItem | Raised when the CommitNew method has been called to signal that a new item is about to be committed to the underlying data source. |
![]() | CreatingNewItem | Raised when the AddNew method has been called to signal that a new item is about to be created. |
![]() | CurrentChanged | (Inherited from System.Windows.Data.CollectionView) |
![]() | CurrentChanging | (Inherited from System.Windows.Data.CollectionView) |
![]() | DistinctValuesRefreshNeeded | Raised when the distinct values need to be refreshed. |
![]() | EditBegun | Raised after the BeginningEdit event to signal that the edit process of an item in the underlying data source has begun. |
![]() | EditCanceled | Raised after the CancelingEdit event to signal that the edit process of an item in the underlying data source has been canceled. |
![]() | EditCommitted | Raised after the CommittingEdit event to signal that the modifications made to an item in the underlying data source have been committed. |
![]() | InitializingNewItem | Raised after the CreatingNewItem event to allow the new item to be initialized. |
![]() | ItemRemoved | Raised after the RemovingItem event to signal that an item has been removed from the underlying data source. |
![]() | NewItemCanceled | Raised after the CancelingNewItem event to signal that the insertion process of a new item has been canceled. |
![]() | NewItemCommitted | Raised after the CommittingNewItem event to signal that a new item has been committed to the underlying data source. |
![]() | NewItemCreated | Raised after the CreatingNewItem and InitializingNewItem events to signal that a new item has been created. |
![]() | RemovingItem | Raised when the Remove ora href="Xceed.Wpf.DataGrid~Xceed.Wpf.DataGrid.DataGridCollectionViewBase~RemoveAt.html">RemoveAt methods have been called to signal that an item is about to be removed from the underlying data source. |