ShellSection.IShellSectionController.SendPopped Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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