C1.Win.Data.Entities Namespace > C1DataSource Class : SavedChanges Event |
'Declaration
Public Event SavedChanges As System.EventHandler(Of SavedChangesEventArgs)
public event System.EventHandler<SavedChangesEventArgs> SavedChanges
The event handler receives an argument of type SavedChangesEventArgs containing data related to this event. The following SavedChangesEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Error | Gets a value showing the error that occurred during a save operation. |
HasError | Gets a value indicating whether the save operation has failed. If true, inspect the Error property for details. |
IsErrorHandled | Gets a value indicating whether the error has been marked as handled by calling MarkErrorAsHandled. |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2