Page.OnChildMeasureInvalidated(Object, EventArgs) Method

Definition

Indicates that the preferred size of a child Element has changed.

protected virtual void OnChildMeasureInvalidated (object sender, EventArgs e);
abstract member OnChildMeasureInvalidated : obj * EventArgs -> unit
override this.OnChildMeasureInvalidated : obj * EventArgs -> unit

Parameters

sender
Object

The object that raised the event.

e
EventArgs

The event arguments.

Applies to