ToggleCommandBase
Class
Represents the base class for toggle commands in the Telerik RichTextBox. This class provides functionality to create commands that can toggle the state of certain properties.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public abstract class ToggleCommandBase : RichTextBoxCommandBase, ICommand
Inheritance: objectRichTextBoxCommandBaseToggleCommandBase
Derived Classes:
Implements:
Inherited Members
Constructors
Methods
C#
protected virtual void OnToggleStateChanged(StylePropertyChangedEventArgs<bool> e)
C#
protected override void UpdateSpanStyle()
Overrides:
Events
C#
public event EventHandler<StylePropertyChangedEventArgs<bool>> ToggleStateChanged