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
Zetbox
Client
WPF
StartupScreen.ExitCommandImpl
C# Class Zetbox.Client.WPF.StartupScreen.ExitCommandImpl
Inheritance:
ICommand
Show file
Open project: daszat/zetbox
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
Protected Methods
Method
Description
OnCanExecuteChanged
( ) :
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
OnCanExecuteChanged()
protected
method
protected
OnCanExecuteChanged
( ) :
void
return
void