[]
        
(Showing Draft Content)

C1.Win.Data.Entities.C1DataSource.SavingChanges

SavingChanges Event

Occurs before changes are saved.

Namespace: C1.Win.Data.Entities
Assembly: C1.Win.Data.Entity.4.8.dll
Syntax
public event EventHandler<CancelEventArgs> SavingChanges
Returns
Type Description
EventHandler<CancelEventArgs> Occurs before changes are saved.
Remarks

This event is raised from the SaveChanges() method and allows a handler to cancel the operation before it begins. When a handler sets Cancel to True, the operation will be aborted and a subsequent SavedChanges event will not be raised.