Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
MahApps
Metro
Controls
BaseMetroTabControl.DefaultCloseTabCommand
C# Class MahApps.Metro.Controls.BaseMetroTabControl.DefaultCloseTabCommand
Inheritance:
ICommand
Exibir arquivo
Open project: Irdis/VSTalk
Public Methods
Method
Description
CanExecute
(
object
parameter
) :
bool
Execute
(
object
parameter
) :
void
Private Methods
Method
Description
DefaultCloseTabCommand
(
BaseMetroTabControl
Owner
) :
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