Flyout.

CloseCommand Property

Summary

Gets/sets a command which will be executed if the close button was clicked. Note that this won't execute when IsOpen is set to false.
Namespace
MahApps.Metro.Controls
Containing Type
Flyout

Syntax

public ICommand CloseCommand { get; set; }

Value

Type Description
ICommand