ClassStylePropertyChangeEventArgs
Class
Definition
Namespace:Telerik.WinForms.Documents.Model.Styles
Assembly:Telerik.WinControls.RichTextEditor.dll
Syntax:
cs-api-definition
public class StylePropertyChangeEventArgs : EventArgs
Inheritance: objectEventArgsStylePropertyChangeEventArgs
Inherited Members
Constructors
StylePropertyChangeEventArgs(IStylePropertyDefinition, object, object)
Declaration
cs-api-definition
public StylePropertyChangeEventArgs(IStylePropertyDefinition propertyDefinition, object oldValue, object newValue)
Parameters
propertyDefinition
oldValue
newValue
StylePropertyChangeEventArgs(IStylePropertyDefinition, object, object, ConditionalTableStyleTypes)
Declaration
cs-api-definition
public StylePropertyChangeEventArgs(IStylePropertyDefinition propertyDefinition, object oldValue, object newValue, ConditionalTableStyleTypes conditionalTableStyleType)
Parameters
propertyDefinition
oldValue
newValue
conditionalTableStyleType
Properties
PropertyDefinition
Declaration
cs-api-definition
public IStylePropertyDefinition PropertyDefinition { get; }
Property Value