NavigationRequestedEventArgs 构造函数

定义

重载

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 平台内部使用。

适用于