Share via


TemplatedView.ShouldInvalidateOnChildAdded(View) Method

Definition

Caution

If you want to influence invalidation override InvalidateMeasureOverride. This method will no longer work on .NET 10 and later.

If you want to influence invalidation override InvalidateMeasureOverride. This method will no longer work on .NET 10 and later.

protected:
 override bool ShouldInvalidateOnChildAdded(Microsoft::Maui::Controls::View ^ child);
[System.Obsolete("If you want to influence invalidation override InvalidateMeasureOverride. This method will no longer work on .NET 10 and later.")]
protected override bool ShouldInvalidateOnChildAdded(Microsoft.Maui.Controls.View child);
[<System.Obsolete("If you want to influence invalidation override InvalidateMeasureOverride. This method will no longer work on .NET 10 and later.")>]
override this.ShouldInvalidateOnChildAdded : Microsoft.Maui.Controls.View -> bool
Protected Overrides Function ShouldInvalidateOnChildAdded (child As View) As Boolean

Parameters

child
View

The child for which to specify whether or not to track invalidation.

Returns

true if child should call InvalidateMeasure(), otherwise false.

Attributes

Applies to