DynamicRenderer.OnAdded Method

Definition

Occurs when the DynamicRenderer is added to an element.

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

Notes to Inheritors

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

Applies to