Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Sanguosha
UI
Controls
SimpleRelayCommand
C# Class Sanguosha.UI.Controls.SimpleRelayCommand
Inheritance:
ViewModelBase
,
ICommand
Datei anzeigen
Open project: RagingBigFemaleBird/sgs
Class Usage Examples
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
SimpleRelayCommand
(
Action
execute
) :
System
Method Details
CanExecute()
public
method
public
CanExecute
(
object
parameter
) :
bool
parameter
object
return
bool
Execute()
public
method
public
Execute
(
object
parameter
) :
void
parameter
object
return
void
SimpleRelayCommand()
public
method
public
SimpleRelayCommand
(
Action
execute
) :
System
execute
Action
return
System