 | GridControlStoreRowHeight Event |
Store Row Height event.
Namespace: Stingray.GridAssembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax[BrowsableAttribute(true)]
public event StoreRowHeightEventHandler StoreRowHeight
<BrowsableAttribute(true)>
Public Event StoreRowHeight As StoreRowHeightEventHandler
public:
[BrowsableAttribute(true)]
event StoreRowHeightEventHandler^ StoreRowHeight {
void add (StoreRowHeightEventHandler^ value);
void remove (StoreRowHeightEventHandler^ value);
}
Value
Type:
Stingray.GridStoreRowHeightEventHandler
Remarks
This event is invoked when
a row height is stored in the grid.
See Also