| ControlExtensionsCommitChanges Method |
This is used to commit pending changes to the data source from
a bound object and its children.
Namespace: SandcastleBuilder.WPFAssembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax public static void CommitChanges(
this DependencyObject parent
)
<ExtensionAttribute>
Public Shared Sub CommitChanges (
parent As DependencyObject
)
public:
[ExtensionAttribute]
static void CommitChanges(
DependencyObject^ parent
)
[<ExtensionAttribute>]
static member CommitChanges :
parent : DependencyObject -> unit
Parameters
- parent
- Type: System.WindowsDependencyObject
The parent object
Usage Note
In Visual Basic and C#, you can call this method as an instance method on any object of type
DependencyObject. When you use instance method syntax to call this method, omit the first parameter. For more information, see
Extension Methods (Visual Basic) or
Extension Methods (C# Programming Guide).
See Also