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
HaroldInnovationTechnologies
HMD2043
ViewModel
RelayCommand
C# Class HaroldInnovationTechnologies.HMD2043.ViewModel.RelayCommand
Inheritance:
ICommand
Datei anzeigen
Open project: kierenj/0x10c-DevKit
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
RelayCommand
(
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
RelayCommand()
public
method
public
RelayCommand
(
Action
execute
) :
System
execute
Action
return
System