Share via


TemplatedView.OnChildMeasureInvalidated Method

Definition

Caution

Subscribe to the MeasureInvalidated Event on the Children.

Invoked whenever a child of the layout has emitted MeasureInvalidated. Implement this method to add class handling for this event.

protected:
 override void OnChildMeasureInvalidated();
[System.Obsolete("Subscribe to the MeasureInvalidated Event on the Children.")]
protected override void OnChildMeasureInvalidated();
[<System.Obsolete("Subscribe to the MeasureInvalidated Event on the Children.")>]
override this.OnChildMeasureInvalidated : unit -> unit
Protected Overrides Sub OnChildMeasureInvalidated ()
Attributes

Applies to