Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
HaroldInnovationTechnologies
HMD2043
ViewModel
RelayCommand
C# Class HaroldInnovationTechnologies.HMD2043.ViewModel.RelayCommand
Inheritance:
ICommand
Afficher le fichier
Open project: kierenj/0x10c-DevKit
Méthodes publiques
Méthode
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
RelayCommand
(
Action
execute
) :
System
Method Details
CanExecute()
public
méthode
public
CanExecute
(
object
parameter
) :
bool
parameter
object
Résultat
bool
Execute()
public
méthode
public
Execute
(
object
parameter
) :
void
parameter
object
Résultat
void
RelayCommand()
public
méthode
public
RelayCommand
(
Action
execute
) :
System
execute
Action
Résultat
System