Class StylePropertyChangeEventArgs
Inheritance
System.Object
StylePropertyChangeEventArgs
Namespace: Telerik.Windows.Documents.Model.Styles
Assembly: Telerik.Windows.Documents.dll
Syntax
public class StylePropertyChangeEventArgs : EventArgs
Constructors
StylePropertyChangeEventArgs(IStylePropertyDefinition, Object, Object)
Declaration
public StylePropertyChangeEventArgs(IStylePropertyDefinition propertyDefinition, object oldValue, object newValue)
Parameters
IStylePropertyDefinition
propertyDefinition
|
System.Object
oldValue
|
System.Object
newValue
|
StylePropertyChangeEventArgs(IStylePropertyDefinition, Object, Object, ConditionalTableStyleTypes)
Declaration
public StylePropertyChangeEventArgs(IStylePropertyDefinition propertyDefinition, object oldValue, object newValue, ConditionalTableStyleTypes conditionalTableStyleType)
Parameters
IStylePropertyDefinition
propertyDefinition
|
System.Object
oldValue
|
System.Object
newValue
|
ConditionalTableStyleTypes
conditionalTableStyleType
|
Properties
NewValue
Declaration
public object NewValue { get; }
Property Value
System.Object
|
OldValue
Declaration
public object OldValue { get; }
Property Value
System.Object
|
PropertyDefinition
Declaration
public IStylePropertyDefinition PropertyDefinition { get; }
Property Value
IStylePropertyDefinition
|