C# Class Paymetheus.ButtonCommand

Inheritance: DelegateCommand, INotifyPropertyChanged
Mostra file Open project: btcsuite/Paymetheus Class Usage Examples

Public Methods

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

Method Details

ButtonCommand() public method

public ButtonCommand ( string label, System.Action action ) : System
label string
action System.Action
return System

RaisePropertyChanged() public method

public RaisePropertyChanged ( [ propertyName = null ) : void
propertyName [
return void