New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

C#
public StylePropertyChangedEventArgs(T oldValue, T newValue)
Parameters:oldValueTnewValueT

Properties

Represents the new value of a style property that has been changed.

C#
public T NewValue { get; }

Gets the old value of the style property that has changed.

C#
public T OldValue { get; }
Property Value:

The old value of the style property.