C# Class WindowsPhoneSDKLibs.PinRequest

Pagina vuota che può essere utilizzata autonomamente oppure esplorata all'interno di un frame.
Inheritance: Windows.UI.Xaml.Controls.Page
Mostra file Open project: Appverse/appverse-mobile

Public Methods

Method Description
PinRequest ( ) : System
getPinRequestText ( ) : string
setPinRequestCallback ( PinRequestCallback value ) : void

Protected Methods

Method Description
OnNavigatedFrom ( NavigationEventArgs e ) : void
OnNavigatedTo ( NavigationEventArgs e ) : void

Richiamato quando la pagina sta per essere visualizzata in un Frame.

Private Methods

Method Description
Button_Click ( object sender, RoutedEventArgs e ) : void
HardwareButtons_BackPressed ( object sender, BackPressedEventArgs e ) : void
pinRequest_KeyUp ( object sender, KeyRoutedEventArgs e ) : void

Method Details

OnNavigatedFrom() protected method

protected OnNavigatedFrom ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs
return void

OnNavigatedTo() protected method

Richiamato quando la pagina sta per essere visualizzata in un Frame.
protected OnNavigatedTo ( NavigationEventArgs e ) : void
e Windows.UI.Xaml.Navigation.NavigationEventArgs Dati dell'evento in cui vengono descritte le modalità con cui la pagina è stata raggiunta. /// Questo parametro viene in genere utilizzato per configurare la pagina.
return void

PinRequest() public method

public PinRequest ( ) : System
return System

getPinRequestText() public method

public getPinRequestText ( ) : string
return string

setPinRequestCallback() public static method

public static setPinRequestCallback ( PinRequestCallback value ) : void
value PinRequestCallback
return void