C# Class AppPromo.UWP.ActionDialog

A dialog that prompts a user to perform an action.
Inheritance: ContentDialog
Afficher le fichier Open project: jbienzms/AppPromo

Méthodes publiques

Méthode Description
ActionDialog ( ) : System

Initializes a new ActionDialog instance.

Private Methods

Méthode Description
ActionDialog_Opened ( ContentDialog sender, ContentDialogOpenedEventArgs args ) : void
ChkDontRemind_Checked ( object sender, RoutedEventArgs e ) : void
OnConfirmTextChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnDeclineTextChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void
OnDelayTextChanged ( DependencyObject d, DependencyPropertyChangedEventArgs e ) : void

Method Details

ActionDialog() public méthode

Initializes a new ActionDialog instance.
public ActionDialog ( ) : System
Résultat System