Version

IEditingBehavior Interface Members

The following tables list the members exposed by IEditingBehavior.

Public Properties
 NameDescription
 PropertyBatchUpdatingDetermines whether CRUD operations batch on the client or immediately go back to the server.  
 PropertyHasRowAddedHandledIndicates if the row added event is handled.  
 PropertyHasRowAddingHandledIndicates if the row adding event is handled.  
 PropertyHasRowDeletedHandledIndicates if the row deleted event is handled.  
 PropertyHasRowsDeletingHandledIndicates if the row deleting event is handled.  
 PropertyHasRowUpdatedHandledIndicates if the row updated event is handled.  
 PropertyHasRowUpdatingHandledIndicates if the row updating event is handled.  
Public Events
 NameDescription
 EventRowAddedEvent that is fired when a row is added and EditingCore.AutoCRUD is set to true.  
 EventRowAddingEvent that is fired every time a row is about to be added.  
 EventRowDeletedEvent that is fired when a row is deleted and EditingCore.AutoCRUD is set to true.  
 EventRowsDeletingEvent that is fired every time a row is about to be deleted.  
 EventRowUpdatedEvent that is fired when a row has been updated and EditingCore.AutoCRUD is set to true.  
 EventRowUpdatingEvent that is fired every time a row is about to be updated.  
See Also