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

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

C#
public class StylePropertyChangeEventArgs : EventArgs

Inheritance: objectEventArgsStylePropertyChangeEventArgs

Inherited Members EventArgs.Empty

Constructors

C#
public StylePropertyChangeEventArgs(IStylePropertyDefinition propertyDefinition, object oldValue, object newValue, ConditionalTableStyleTypes conditionalTableStyleType)
Parameters:propertyDefinitionIStylePropertyDefinitionoldValueobjectnewValueobjectconditionalTableStyleTypeConditionalTableStyleTypes
C#
public StylePropertyChangeEventArgs(IStylePropertyDefinition propertyDefinition, object oldValue, object newValue)
Parameters:propertyDefinitionIStylePropertyDefinitionoldValueobjectnewValueobject

Properties

C#
public object NewValue { get; }
C#
public object OldValue { get; }
C#
public IStylePropertyDefinition PropertyDefinition { get; }