C# Class Paymetheus.Framework.ButtonCommand

Inheritance: DelegateCommand, INotifyPropertyChanged
ファイルを表示 Open project: decred/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