SubmittingChangesEventArgs 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 the SubmittingChanges event.
Inheritance Hierarchy
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
System.Windows.Controls.SubmittingChangesEventArgs
Namespace: System.Windows.Controls
Assembly: System.Windows.Controls.DomainServices (in System.Windows.Controls.DomainServices.dll)
Syntax
'Declaration
Public NotInheritable Class SubmittingChangesEventArgs _
Inherits CancelEventArgs
'Usage
Dim instance As SubmittingChangesEventArgs
public sealed class SubmittingChangesEventArgs : CancelEventArgs
public ref class SubmittingChangesEventArgs sealed : public CancelEventArgs
[<SealedAttribute>]
type SubmittingChangesEventArgs =
class
inherit CancelEventArgs
end
public final class SubmittingChangesEventArgs extends CancelEventArgs
The SubmittingChangesEventArgs type exposes the following members.
Properties
Name | Description | |
---|---|---|
Cancel | (Inherited from CancelEventArgs.) | |
ChangeSet | Gets the set of changes submitted to the data source. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.