Layout<T>.OnRemoved(T) Method

Definition

Invoked when a child is removed the layout. Implement this method to add class handling for this event.

C#
protected virtual void OnRemoved (T view);

Parameters

view
T

The view which was removed.

Applies to

Product Versions
.NET MAUI 8, 9