ClassStylePropertyChangedEventArgs<T>
Class
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:
cs-api-definition
public class StylePropertyChangedEventArgs<T> : EventArgs
Inheritance: objectEventArgsStylePropertyChangedEventArgs<T>
Inherited Members
Constructors
StylePropertyChangedEventArgs(T, T)
Declaration
cs-api-definition
public StylePropertyChangedEventArgs(T oldValue, T newValue)
Parameters
oldValue
T
newValue
T
Properties
NewValue
Represents the new value of a style property that has been changed.
Declaration
cs-api-definition
public T NewValue { get; }
Property Value
T
OldValue
Gets the old value of the style property that has changed.
Declaration
cs-api-definition
public T OldValue { get; }
Property Value
T
The old value of the style property.