Class SectionColumnDataChangedEventArgs
EventArgs used when Telerik.Windows.Controls.RichTextBoxUI.Dialogs.SectionColumns.SectionColumnData changes its width or spacing after.
Inheritance
Namespace: Telerik.Windows.Controls.RichTextBoxUI.Dialogs.SectionColumns
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class SectionColumnDataChangedEventArgs : EventArgs
Constructors
SectionColumnDataChangedEventArgs(Int32, Double, Double)
Initializes a new instance of the Section
Declaration
public SectionColumnDataChangedEventArgs(int id, double oldValue, double newValue)
Parameters
System. The Id of the Section |
System. The old value of the Section |
System. The new value of the Section |
Properties
Id
Gets or sets the Id of the Section
Declaration
public int Id { get; set; }
Property Value
System.
|
NewValue
Gets or sets the new value of the Section
Declaration
public double NewValue { get; set; }
Property Value
System.
|
OldValue
Gets or sets the old value of the Section
Declaration
public double OldValue { get; set; }
Property Value
System.
|