Share via


ShellSection.IShellSectionController.SendPopped Method

Definition

Overloads

IShellSectionController.SendPopped()
Obsolete.

For internal use by the Xamarin.Forms platform.

IShellSectionController.SendPopped(Page)
Obsolete.

IShellSectionController.SendPopped()

Caution

This API is now deprecated.

For internal use by the Xamarin.Forms platform.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
void IShellSectionController.SendPopped ();
abstract member Xamarin.Forms.IShellSectionController.SendPopped : unit -> unit
override this.Xamarin.Forms.IShellSectionController.SendPopped : unit -> unit

Implements

Attributes
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Applies to

IShellSectionController.SendPopped(Page)

Caution

This API is now deprecated.

[System.ComponentModel.EditorBrowsable(System.ComponentModel.EditorBrowsableState.Never)]
[System.Obsolete]
void IShellSectionController.SendPopped (Xamarin.Forms.Page page);
abstract member Xamarin.Forms.IShellSectionController.SendPopped : Xamarin.Forms.Page -> unit
override this.Xamarin.Forms.IShellSectionController.SendPopped : Xamarin.Forms.Page -> unit

Parameters

page
Page

Implements

Attributes
System.ComponentModel.EditorBrowsableAttribute System.ObsoleteAttribute

Applies to