Layout.LayoutChanged Event

Definition

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

Implements

Remarks

Developers wishing to implement animations may wish to begin them at the end of a LayoutChanged event.

Applies to