ReloadBehavior Class

Namespace
MahApps.Metro.Behaviors
Base Types
  • object
graph BT Type-->Base0["object"] Type["ReloadBehavior"] class Type type-node

Syntax

public static class ReloadBehavior

Fields

Name Constant Value Summary
OnDataContextChangedProperty
The DependencyProperty for the MetroContentControl' OnDataContextChanged property. With the OnDataContextChanged property the Reload behavior of the MetroContentControl can be switched on or off. If the property is set to true, the transition of the MetroContentControl is triggered again when the DataContext is changed.
static
OnSelectedTabChangedProperty
The DependencyProperty for the MetroContentControl' and TransitioningContentControl' OnSelectedTabChanged property. With the OnSelectedTabChanged property the Reload behavior of the control can be switched on or off. If the property is set to true, the transition is triggered again when the SelectionChanged event of a TabControl was raised.
static

Methods

Name Value Summary
GetOnDataContextChanged(UIElement) bool
Helper for getting OnDataContextChangedProperty from element. If the property is set to true, the transition of the MetroContentControl is triggered again when the DataContext is changed.
static
GetOnSelectedTabChanged(UIElement) bool
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.
static
SetOnDataContextChanged(UIElement, bool) void
Helper for setting OnDataContextChangedProperty on element. If the property is set to true, the transition of the MetroContentControl is triggered again when the DataContext is changed.
static
SetOnSelectedTabChanged(UIElement, bool) void
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.
static