ReloadBehavior.

GetOnSelectedTabChanged(UIElement) Method

Summary

Helper for getting OnSelectedTabChangedProperty from 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 bool GetOnSelectedTabChanged(UIElement element)

Attributes

Type Description
Category
AttachedPropertyBrowsableForType
AttachedPropertyBrowsableForType

Parameters

Name Type Description
element UIElement UIElement to read OnSelectedTabChangedProperty from.

Return Value

Type Description
bool OnSelectedTabChanged property value.