Column resize event

Is there any event that i can use when the resizing a column end? I mean an event like OnColumnResizeDone.


Thanks.

Please use OnEndColumnSize

And the start of column resizing? I tried to use onColumnSize and  onColumnSizing (this is while resizing), but they didn't work.

There is not a one time event for the start of column sizing. You could use OnColumnSizing and inside this event track with a boolean whether it is the first time this event triggered or not.

Ok, thanks.