DynamicRenderer.OnIsActiveForInputChanged Method

Definition

Occurs when the IsActiveForInput property changes.

protected:
 override void OnIsActiveForInputChanged();
protected override void OnIsActiveForInputChanged ();
override this.OnIsActiveForInputChanged : unit -> unit
Protected Overrides Sub OnIsActiveForInputChanged ()

Notes to Inheritors

When overriding OnIsActiveForInputChanged() in a derived class, be sure to call the base class' OnIsActiveForInputChanged() method.

Applies to