Occurs after a save operation is completed.

Namespace:  C1.Win.Data.Entities
Assembly:  C1.Win.Data.Entity (in C1.Win.Data.Entity.dll)

Syntax

C#
[DescriptionAttribute("Occurs after a save operation is completed.")]
public event EventHandler<SavedChangesEventArgs> SavedChanges
Visual Basic
<DescriptionAttribute("Occurs after a save operation is completed.")> _
Public Event SavedChanges As EventHandler(Of SavedChangesEventArgs)

See Also