TemplatedView.OnChildMeasureInvalidated Method
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.
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