The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
SubmittedChangesEventArgs Class
WCF RIA Services
[WCF RIA Services Version 1 Service Pack 2 is compatible with either .NET framework 4 or .NET Framework 4.5, and with either Silverlight 4 or Silverlight 5.]
Provides data for a SubmittedChanges event.
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
System.Windows.Controls.SubmittedChangesEventArgs
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
System.Windows.Controls.SubmittedChangesEventArgs
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
The SubmittedChangesEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
![]() | Cancelled | (Inherited from AsyncCompletedEventArgs.) |
![]() | ChangeSet | Gets the set of changes that were submitted to the data set. |
![]() | EntitiesInError | Gets the entities that caused the submit operation to fail. |
![]() | Error | (Inherited from AsyncCompletedEventArgs.) |
![]() | HasError | Gets a value indicating whether the operation has failed. |
![]() | IsErrorHandled | Gets a value indicating whether the operation error has been marked as handled by calling the MarkErrorAsHandled method. |
![]() | UserState | (Inherited from AsyncCompletedEventArgs.) |
| Name | Description | |
|---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MarkErrorAsHandled | For a failed operation, marks the error as handled so the exception is not thrown. |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | RaiseExceptionIfNecessary | (Inherited from AsyncCompletedEventArgs.) |
![]() | ToString | (Inherited from Object.) |
Show:


