Table of Contents

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 DependencyObject

The IActiveAware parent object.

Exceptions

ArgumentException

DependencyObject must implement IActiveAware;depObj