New to Kendo UI for Vue? Start a free 30-day trial
TreeListColumnResizeEvent
Represents the object of the onColumnResize TreeList event.
| Name | Type | Default | Description | 
|---|---|---|---|
columns? | 
 | 
 The current columns collection.  | |
component | 
 | 
 An event target.  | |
end | 
 | 
 Indicates that resizing is complete and the user has dropped the resize handler.  | |
event | 
 | 
 A native DOM event.  | |
index | 
 | 
 The index of the column.  | |
newWidth | 
 | 
 The new width of the column.  | |
oldWidth | 
 | 
 The actual width of the column prior to resizing.  | |
totalWidth | 
 | 
 The total width of the columns after the resizing.  |