Method SetIsActiveOnChildren
- Namespace
- Innova.Prism.Library.ExtensionMethods
- Assembly
- Innova.Prism.Library.dll
SetIsActiveOnChildren(DependencyObject)
Sets the IsActive on children.
public static void SetIsActiveOnChildren(this DependencyObject depObj)
Parameters
depObj
DependencyObjectThe IActiveAware parent object.
Exceptions
- ArgumentException
DependencyObject must implement IActiveAware;depObj