NavigationRequestedEventArgs 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
| NavigationRequestedEventArgs(Page, Boolean) |
供 Xamarin.Forms 平台內部使用。 |
| NavigationRequestedEventArgs(Page, Boolean, Boolean) |
已淘汰.
供 Xamarin.Forms 平台內部使用。 |
| NavigationRequestedEventArgs(Page, Page, Boolean) |
供平台轉譯器內部使用。 |
NavigationRequestedEventArgs(Page, Boolean)
供 Xamarin.Forms 平台內部使用。
public NavigationRequestedEventArgs(Xamarin.Forms.Page page, bool animated);
new Xamarin.Forms.Internals.NavigationRequestedEventArgs : Xamarin.Forms.Page * bool -> Xamarin.Forms.Internals.NavigationRequestedEventArgs
參數
- page
- Page
供 Xamarin.Forms 平台內部使用。
- animated
- System.Boolean
供 Xamarin.Forms 平台內部使用。
適用於
NavigationRequestedEventArgs(Page, Boolean, Boolean)
警告
This constructor is obsolete as of 3.5.0. Please use NavigationRequestedEventArgs(Page page, bool animated) instead.
供 Xamarin.Forms 平台內部使用。
[System.Obsolete("This constructor is obsolete as of 3.5.0. Please use NavigationRequestedEventArgs(Page page, bool animated) instead.")]
public NavigationRequestedEventArgs(Xamarin.Forms.Page page, bool animated, bool realize = true);
new Xamarin.Forms.Internals.NavigationRequestedEventArgs : Xamarin.Forms.Page * bool * bool -> Xamarin.Forms.Internals.NavigationRequestedEventArgs
參數
- page
- Page
供 Xamarin.Forms 平台內部使用。
- animated
- System.Boolean
供 Xamarin.Forms 平台內部使用。
- realize
- System.Boolean
供 Xamarin.Forms 平台內部使用。
- 屬性
-
System.ObsoleteAttribute
適用於
NavigationRequestedEventArgs(Page, Page, Boolean)
供平台轉譯器內部使用。
public NavigationRequestedEventArgs(Xamarin.Forms.Page page, Xamarin.Forms.Page before, bool animated);
new Xamarin.Forms.Internals.NavigationRequestedEventArgs : Xamarin.Forms.Page * Xamarin.Forms.Page * bool -> Xamarin.Forms.Internals.NavigationRequestedEventArgs
參數
- page
- Page
供 Xamarin.Forms 平台內部使用。
- before
- Page
供 Xamarin.Forms 平台內部使用。
- animated
- System.Boolean
供 Xamarin.Forms 平台內部使用。