OnAutoWidthChanged Method (C1TreeColumn)
In This Topic
Fires the AutoWidthChanged event.
Syntax
'Declaration
Protected Overridable Sub OnAutoWidthChanged( _
ByVal As EventArgs _
)
protected virtual void OnAutoWidthChanged(
EventArgs
)
Parameters
- e
See Also