Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
TypeDefinition
Models
DelegateCommand
C# Class TypeDefinition.Models.DelegateCommand
Inheritance:
ICommand
ファイルを表示
Open project: ufcpp/UfcppSample
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
RaiseCanExecuteChanged
( ) :
void
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
RaiseCanExecuteChanged()
public
method
public
RaiseCanExecuteChanged
( ) :
void
return
void