C# Class AppPromo.UWP.ActionDialog

A dialog that prompts a user to perform an action.
Inheritance: ContentDialog
Datei anzeigen Open project: jbienzms/AppPromo

Public Methods

Method Description
ActionDialog ( ) : System

Initializes a new ActionDialog instance.

Private Methods

Method 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 method

Initializes a new ActionDialog instance.
public ActionDialog ( ) : System
return System