MultiPage<T>.IItemsView<T>.UnhookContent(T) Method

Definition

 virtual void Microsoft.Maui.Controls.IItemsView<T>.UnhookContent(T content) = Microsoft::Maui::Controls::IItemsView<T>::UnhookContent;
void IItemsView<T>.UnhookContent (T content);
abstract member Microsoft.Maui.Controls.IItemsView<T>.UnhookContent : 'T -> unit
override this.Microsoft.Maui.Controls.IItemsView<T>.UnhookContent : 'T -> unit
Sub UnhookContent (content As T) Implements IItemsView(Of T).UnhookContent

Parameters

content
T

Implements

Applies to