DynamicRenderer.OnRemoved Method

Definition

Occurs when the StylusPlugIn is removed from an element.

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

Notes to Inheritors

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

Applies to