Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
Vidyano
Commands
SimpleActionCommand
C# Class Vidyano.Commands.SimpleActionCommand
Inheritance:
ICommand
Mostrar archivo
Open project: stevehansen/vidyano_v1
Class Usage Examples
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
SimpleActionCommand
(
Action
action
) :
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
SimpleActionCommand()
public
method
public
SimpleActionCommand
(
Action
action
) :
System
action
Action
return
System