SubmittedChangesEventArgs Class

[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.

Inheritance Hierarchy

System.Object
  System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
      System.Windows.Controls.SubmittedChangesEventArgs

Namespace:  System.Windows.Controls
Assembly:  System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)

Syntax

'Declaration
Public NotInheritable Class SubmittedChangesEventArgs _
    Inherits AsyncCompletedEventArgs
'Usage
Dim instance As SubmittedChangesEventArgs
public sealed class SubmittedChangesEventArgs : AsyncCompletedEventArgs
public ref class SubmittedChangesEventArgs sealed : public AsyncCompletedEventArgs
[<SealedAttribute>]
type SubmittedChangesEventArgs =  
    class
        inherit AsyncCompletedEventArgs
    end
public final class SubmittedChangesEventArgs extends AsyncCompletedEventArgs

The SubmittedChangesEventArgs type exposes the following members.

Properties

  Name Description
Public property Cancelled (Inherited from AsyncCompletedEventArgs.)
Public property ChangeSet Gets the set of changes that were submitted to the data set.
Public property EntitiesInError Gets the entities that caused the submit operation to fail.
Public property Error (Inherited from AsyncCompletedEventArgs.)
Public property HasError Gets a value indicating whether the operation has failed.
Public property IsErrorHandled Gets a value indicating whether the operation error has been marked as handled by calling the MarkErrorAsHandled method.
Public property UserState (Inherited from AsyncCompletedEventArgs.)

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method MarkErrorAsHandled For a failed operation, marks the error as handled so the exception is not thrown.
Protected method MemberwiseClone (Inherited from Object.)
Protected method RaiseExceptionIfNecessary (Inherited from AsyncCompletedEventArgs.)
Public method ToString (Inherited from Object.)

Top

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

System.Windows.Controls Namespace