ReloadBehavior.

SetOnSelectedTabChanged(UIElement, bool) Method

Summary

Helper for setting OnSelectedTabChangedProperty on element. If the property is set to true, the transition is triggered again when the SelectionChanged event of a TabControl was raised.
Namespace
MahApps.Metro.Behaviors
Containing Type
ReloadBehavior

Syntax

[Category(AppName.MahApps)]
[AttachedPropertyBrowsableForType(typeof(MetroContentControl))]
[AttachedPropertyBrowsableForType(typeof(TransitioningContentControl))]
public static void SetOnSelectedTabChanged(UIElement element, bool value)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to set OnSelectedTabChangedProperty on.
value bool OnSelectedTabChanged property value.

Return Value

Type Description
void