Summary
Gets or sets a
ICommand
which will be executed if the close button was clicked.
- Namespace
- MahApps
.Metro .Controls - Containing Type
- Flyout
Syntax
public ICommand CloseCommand { get; set; }
Remarks
The
ICommand
won't be executed when IsOpen
property will be set to false/true.
Value
Type | Description |
---|---|
ICommand |