Layout<T>.OnRemoved(T) Method

Definition

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

protected:
 virtual void OnRemoved(T view);
protected virtual void OnRemoved (T view);
abstract member OnRemoved : 'T -> unit
override this.OnRemoved : 'T -> unit
Protected Overridable Sub OnRemoved (view As T)

Parameters

view
T

The view which was removed.

Applies to