Element.OnParentSet Method

Definition

Raises the (internal) ParentSet event. Implement this method in order to add behavior when the element is added to a parent.

protected:
 virtual void OnParentSet();
protected virtual void OnParentSet ();
abstract member OnParentSet : unit -> unit
override this.OnParentSet : unit -> unit
Protected Overridable Sub OnParentSet ()

Remarks

Implementors must call the base method.

Applies to