 | GridControlStoreStyleRowCol Event |
Store Style Row Column event.
Namespace: Stingray.GridAssembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax[BrowsableAttribute(true)]
public event StoreStyleRowColEventHandler StoreStyleRowCol
<BrowsableAttribute(true)>
Public Event StoreStyleRowCol As StoreStyleRowColEventHandler
public:
[BrowsableAttribute(true)]
event StoreStyleRowColEventHandler^ StoreStyleRowCol {
void add (StoreStyleRowColEventHandler^ value);
void remove (StoreStyleRowColEventHandler^ value);
}
Value
Type:
Stingray.GridStoreStyleRowColEventHandler
Remarks
This event is invoked when a style is stored for
a particular cell.
See Also