Click or drag to resize
Sandcastle Help File BuilderControlExtensionsCommitChanges Method
This is used to commit pending changes to the data source from a bound object and its children.

Namespace: SandcastleBuilder.WPF
Assembly: SandcastleBuilder.WPF (in SandcastleBuilder.WPF.dll) Version: 2014.11.22.0
Syntax
public static void CommitChanges(
	this DependencyObject parent
)

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