C# Class WindowsPhoneSDKLibs.PinSet

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
PinSet ( ) : System
setPinSetCallback ( PinSetCallback 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
pinSetConfirm_KeyUp ( object sender, KeyRoutedEventArgs e ) : void
pinSet_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

PinSet() public method

public PinSet ( ) : System
return System

setPinSetCallback() public static method

public static setPinSetCallback ( PinSetCallback value ) : void
value PinSetCallback
return void