EventArgs used when Telerik.Windows.Controls.RichTextBoxUI.Dialogs.SectionColumns.SectionColumnData changes its width or spacing after.
Definition
Namespace:Telerik.Windows.Controls.RichTextBoxUI.Dialogs.SectionColumns
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
public class SectionColumnDataChangedEventArgs : EventArgs
Inheritance: objectEventArgsSectionColumnDataChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the SectionColumnDataChangedEventArgs class.
public SectionColumnDataChangedEventArgs(int id, double oldValue, double newValue)
The Id of the SectionColumnDataViewModel which width or spacing after is changed.
oldValuedoubleThe old value of the SectionColumnDataViewModel width or spacing after.
newValuedoubleThe new value of the SectionColumnDataViewModel width or spacing after.
Properties
Gets or sets the Id of the SectionColumnDataViewModel which width or spacing after is changed
public int Id { get; set; }
Gets or sets the new value of the SectionColumnDataViewModel width or spacing after.
public double NewValue { get; set; }
Gets or sets the old value of the SectionColumnDataViewModel width or spacing after.
public double OldValue { get; set; }