C# Class NDG.Helpers.Controls.ConfirmationBox

Message box with yes/no buttons.
Inheritance: UserPrompt
Afficher le fichier Open project: nokiadatagathering/WP7-Official Class Usage Examples

Méthodes publiques

Méthode Description
ConfirmationBox ( ) : System
OnApplyTemplate ( ) : void

Private Methods

Méthode Description
OnBackKeyPress ( object sender, EventArgs e ) : void
OnNoButtonClick ( object sender, RoutedEventArgs e ) : void
OnYesButtonClick ( object sender, RoutedEventArgs e ) : void

Method Details

ConfirmationBox() public méthode

public ConfirmationBox ( ) : System
Résultat System

OnApplyTemplate() public méthode

public OnApplyTemplate ( ) : void
Résultat void