Aracılığıyla paylaş


NavigationRequestedEventArgs Oluşturucular

Tanım

Aşırı Yüklemeler

NavigationRequestedEventArgs(Page, Boolean)

Xamarin tarafından dahili kullanım için. Forms platformu.

NavigationRequestedEventArgs(Page, Boolean, Boolean)
Geçersiz.

Xamarin tarafından dahili kullanım için. Forms platformu.

NavigationRequestedEventArgs(Page, Page, Boolean)

Platform işleyicileri tarafından iç kullanım için.

NavigationRequestedEventArgs(Page, Boolean)

Xamarin tarafından dahili kullanım için. Forms platformu.

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

Parametreler

page
Page

Xamarin tarafından dahili kullanım için. Forms platformu.

animated
System.Boolean

Xamarin tarafından dahili kullanım için. Forms platformu.

Şunlara uygulanır

NavigationRequestedEventArgs(Page, Boolean, Boolean)

Dikkat

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

Xamarin tarafından dahili kullanım için. Forms platformu.

[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

Parametreler

page
Page

Xamarin tarafından dahili kullanım için. Forms platformu.

animated
System.Boolean

Xamarin tarafından dahili kullanım için. Forms platformu.

realize
System.Boolean

Xamarin tarafından dahili kullanım için. Forms platformu.

Öznitelikler
System.ObsoleteAttribute

Şunlara uygulanır

NavigationRequestedEventArgs(Page, Page, Boolean)

Platform işleyicileri tarafından iç kullanım için.

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

Parametreler

page
Page

Xamarin tarafından dahili kullanım için. Forms platformu.

before
Page

Xamarin tarafından dahili kullanım için. Forms platformu.

animated
System.Boolean

Xamarin tarafından dahili kullanım için. Forms platformu.

Şunlara uygulanır