Share via


NavigableElement.OnParentSet Method

Definition

Raises the (internal) ParentSet event.

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

Remarks

Will set the NavigationProxy's inner navigation object to closest topmost element capable of handling navigation calls.

Applies to

See also