ClassColumnWidthChangedEventArgs
Class
Event arguments providing the column index range affected by a width change operation.
Definition
Namespace:Telerik.Windows.Documents.Spreadsheet.Model
Assembly:Telerik.Windows.Documents.Spreadsheet.dll
Syntax:
cs-api-definition
public class ColumnWidthChangedEventArgs : EventArgs
Inheritance: objectEventArgsColumnWidthChangedEventArgs
Inherited Members
Constructors
ColumnWidthChangedEventArgs(int, int)
Initializes a new ColumnWidthChangedEventArgs with the affected column range.
Properties
FromIndex
The zero-based index of the first column in the changed range.