Provides data for the StylePropertyChanged event in the RichTextBox.
Definition
Namespace:Telerik.Windows.Documents.RichTextBoxCommands
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Type Parameters:
T
Syntax:
C#
public class StylePropertyChangedEventArgs<T> : EventArgs
Inheritance: objectEventArgsStylePropertyChangedEventArgs<T>
Inherited Members
Constructors
C#
public StylePropertyChangedEventArgs(T oldValue, T newValue)