The following tables list the members exposed by IEditingBehavior.
Name | Description | |
---|---|---|
![]() | BatchUpdating | Determines whether CRUD operations batch on the client or immediately go back to the server. |
![]() | HasRowAddedHandled | Indicates if the row added event is handled. |
![]() | HasRowAddingHandled | Indicates if the row adding event is handled. |
![]() | HasRowDeletedHandled | Indicates if the row deleted event is handled. |
![]() | HasRowsDeletingHandled | Indicates if the row deleting event is handled. |
![]() | HasRowUpdatedHandled | Indicates if the row updated event is handled. |
![]() | HasRowUpdatingHandled | Indicates if the row updating event is handled. |
Name | Description | |
---|---|---|
![]() | RowAdded | Event that is fired when a row is added and EditingCore.AutoCRUD is set to true. |
![]() | RowAdding | Event that is fired every time a row is about to be added. |
![]() | RowDeleted | Event that is fired when a row is deleted and EditingCore.AutoCRUD is set to true. |
![]() | RowsDeleting | Event that is fired every time a row is about to be deleted. |
![]() | RowUpdated | Event that is fired when a row has been updated and EditingCore.AutoCRUD is set to true. |
![]() | RowUpdating | Event that is fired every time a row is about to be updated. |