Layout.LayoutChanged 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 at the end of a layout cycle if any of the child element's Bounds have changed.
public event EventHandler LayoutChanged;
member this.LayoutChanged : EventHandler
Event Type
System.EventHandler
Implements
Remarks
Developers wishing to implement animations may wish to begin them at the end of a LayoutChanged event.