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
VCSJones
FiddlerCert
RelayCommand
C# Class VCSJones.FiddlerCert.RelayCommand
Inheritance:
ICommand
Show file
Open project: vcsjones/FiddlerCert
Class Usage Examples
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
RelayCommand
(
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
RelayCommand()
public
method
public
RelayCommand
(
Action
action
) :
System
action
Action
return
System