Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public class ToggleSwitchButtonStateManager : ItemStateManager
Inheritance: objectItemStateManagerBaseItemStateManagerToggleSwitchButtonStateManager
Constructors
C#
public ToggleSwitchButtonStateManager(StateNodeBase rootState)
Methods
Gets the initial state for the specified RadObject item. Uses the ThemeRole if the item is stylable, otherwise uses the type name.
Handles item state changes and triggers state re-evaluation.
C#
public override void ItemStateChanged(RadObject senderItem, RadPropertyChangedEventArgs changeArgs)
The item that changed state.
changeArgsRadPropertyChangedEventArgsThe property change event arguments.
Overrides:
Verifies if the specified state is valid for the given theme role.