TabControlHelper.

SetCloseTabCommandParameter(UIElement, object) Method

Summary

Sets a command parameter for the TabItem that will be passed to the CloseTabCommand.
Namespace
MahApps.Metro.Controls
Containing Type
TabControlHelper

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(TabItem))]
public static void SetCloseTabCommandParameter(UIElement element, object value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement
value object

Return Value

Type Description
void