HamburgerMenu.

ItemCommand Property

Summary

Gets or sets a command which will be executed if an item is clicked by the user.
Namespace
MahApps.Metro.Controls
Containing Type
HamburgerMenu

Syntax

public ICommand ItemCommand { get; set; }

Value

Type Description
ICommand