BindingOperations::GetSourceUpdatingBindingGroups Method (DependencyObject^)
.NET Framework (current version)
Gets all BindingGroup objects that have invalid values or target values have not been updated the source.
Assembly: PresentationFramework (in PresentationFramework.dll)
public: static ReadOnlyCollection<BindingGroup^>^ GetSourceUpdatingBindingGroups( DependencyObject^ root )
Parameters
- root
-
Type:
System.Windows::DependencyObject^
The root UIElement to get binding groups for. This method returns BindingGroup objects that are associated with this element or its descendant elements.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<BindingGroup^>^A collection of BindingGroup objects that are associated with the specified element and have invalid values or target values have not been updated the source.
If root is null, GetSourceUpdatingBindingGroups returns all BindingGroup objects that are invalid or have not been updated.
.NET Framework
Available since 4.5
Available since 4.5
Show: