VisualElement.OnChildrenReordered Method

Definition

Invoked whenever the ChildrenReordered event is about to be emitted. Implement this method to add class handling for this event.

protected void OnChildrenReordered ();
member this.OnChildrenReordered : unit -> unit

Remarks

This method has no default implementation. You should still call the base implementation in case an intermediate class has implemented this method.

Applies to