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.
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
Return Value