ClassSectionColumnDataChangedEventArgs
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
SectionColumnDataChangedEventArgs(int, double, double)
Initializes a new instance of the SectionColumnDataChangedEventArgs class.
Declaration
public SectionColumnDataChangedEventArgs(int id, double oldValue, double newValue)
Parameters
id
The Id of the SectionColumnDataViewModel which width or spacing after is changed.
oldValue
The old value of the SectionColumnDataViewModel width or spacing after.
newValue
The new value of the SectionColumnDataViewModel width or spacing after.
Properties
Id
Gets or sets the Id of the SectionColumnDataViewModel which width or spacing after is changed
NewValue
Gets or sets the new value of the SectionColumnDataViewModel width or spacing after.
OldValue
Gets or sets the old value of the SectionColumnDataViewModel width or spacing after.