Click or drag to resize
GridControlStoreColWidth Event
Store Column Width event.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[BrowsableAttribute(true)]
public event StoreColWidthEventHandler StoreColWidth

Value

Type: Stingray.GridStoreColWidthEventHandler
Remarks
This event event is invoked when a new column width is stored in the grid Param object.
See Also