VisualElement.SizeChanged Event
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.
Occurs when either the Width or the Height properties change value on this element.
public event EventHandler SizeChanged;
member this.SizeChanged : EventHandler
Event Type
System.EventHandler
Remarks
Classes should implement OnSizeAllocated(Double, Double) if they wish to respond to size change events directly.