Udostępnij za pośrednictwem


NavigationRequestedEventArgs Konstruktory

Definicja

Przeciążenia

NavigationRequestedEventArgs(Page, Boolean)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

NavigationRequestedEventArgs(Page, Boolean, Boolean)
Przestarzałe.

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

NavigationRequestedEventArgs(Page, Page, Boolean)

Do użytku wewnętrznego przez programy renderowania platformy.

NavigationRequestedEventArgs(Page, Boolean)

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

public NavigationRequestedEventArgs (Xamarin.Forms.Page page, bool animated);
new Xamarin.Forms.Internals.NavigationRequestedEventArgs : Xamarin.Forms.Page * bool -> Xamarin.Forms.Internals.NavigationRequestedEventArgs

Parametry

page
Page

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

animated
System.Boolean

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy

NavigationRequestedEventArgs(Page, Boolean, Boolean)

Przestroga

This constructor is obsolete as of 3.5.0. Please use NavigationRequestedEventArgs(Page page, bool animated) instead.

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

[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

Parametry

page
Page

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

animated
System.Boolean

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

realize
System.Boolean

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Atrybuty
System.ObsoleteAttribute

Dotyczy

NavigationRequestedEventArgs(Page, Page, Boolean)

Do użytku wewnętrznego przez programy renderowania platformy.

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

Parametry

page
Page

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

before
Page

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

animated
System.Boolean

Do użytku wewnętrznego przez platformę Xamarin. Forms platformy.

Dotyczy