VisualElement.OnChildrenReordered 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 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.