Element.OnParentSet Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Invoked whenever the Parent of an element is set. Implement this method in order to add behavior when the element is added to a parent.
protected virtual void OnParentSet ();
abstract member OnParentSet : unit -> unit
override this.OnParentSet : unit -> unit
Remarks
Implementors must call the base method.