C# Class Paymetheus.ButtonCommand

Inheritance: DelegateCommand, INotifyPropertyChanged
Afficher le fichier Open project: btcsuite/Paymetheus Class Usage Examples

Méthodes publiques

Méthode Description
ButtonCommand ( string label, System.Action action ) : System
RaisePropertyChanged ( [ propertyName = null ) : void

Method Details

ButtonCommand() public méthode

public ButtonCommand ( string label, System.Action action ) : System
label string
action System.Action
Résultat System

RaisePropertyChanged() public méthode

public RaisePropertyChanged ( [ propertyName = null ) : void
propertyName [
Résultat void