Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
Exrin
Framework
RelayCommand
C# Class Exrin.Framework.RelayCommand
Inheritance:
ICommand
,
IRelayCommand
Show file
Open project: exrin/Exrin
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
RelayCommand
(
Action
action
) :
Abstraction
RelayCommand
(
Task>.Func
action
) :
Abstraction
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
RelayCommand()
public
method
public
RelayCommand
(
Action
action
) :
Abstraction
action
Action
return
Abstraction
RelayCommand()
public
method
public
RelayCommand
(
Task>.Func
action
) :
Abstraction
action
Task>.Func
return
Abstraction