ColumnLock
eventsFires when the user lock a column. The event handler function context (available through the this keyword) will be set to the widget instance.
Event Data
e.column Object
A JavaScript object which represents the column configuration.
e.sender kendo.ui.TreeList
The widget instance which fired the event.