Class
StylePropertyChangeEventArgs

Definition

Namespace:Telerik.WinForms.Documents.Model.Styles

Assembly:Telerik.WinControls.RichTextEditor.dll

Syntax:

cs-api-definition
public class StylePropertyChangeEventArgs : EventArgs

Inheritance: objectEventArgsStylePropertyChangeEventArgs

Inherited Members EventArgs.Empty

Constructors

StylePropertyChangeEventArgs(IStylePropertyDefinition, object, object)

Declaration

cs-api-definition
public StylePropertyChangeEventArgs(IStylePropertyDefinition propertyDefinition, object oldValue, object newValue)

Parameters

propertyDefinition

IStylePropertyDefinition

oldValue

object

newValue

object

StylePropertyChangeEventArgs(IStylePropertyDefinition, object, object, ConditionalTableStyleTypes)

Declaration

cs-api-definition
public StylePropertyChangeEventArgs(IStylePropertyDefinition propertyDefinition, object oldValue, object newValue, ConditionalTableStyleTypes conditionalTableStyleType)

Parameters

propertyDefinition

IStylePropertyDefinition

oldValue

object

newValue

object

conditionalTableStyleType

ConditionalTableStyleTypes

Properties

NewValue

Declaration

cs-api-definition
public object NewValue { get; }

Property Value

object

OldValue

Declaration

cs-api-definition
public object OldValue { get; }

Property Value

object

PropertyDefinition

Declaration

cs-api-definition
public IStylePropertyDefinition PropertyDefinition { get; }

Property Value

IStylePropertyDefinition