 | GridControlStoreMoveCols Event |
Store Move Columns event.
Namespace: Stingray.GridAssembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: [TAG_DECIMAL_VERSION]
Syntax[BrowsableAttribute(true)]
public event StoreMoveColsEventHandler StoreMoveCols
<BrowsableAttribute(true)>
Public Event StoreMoveCols As StoreMoveColsEventHandler
public:
[BrowsableAttribute(true)]
event StoreMoveColsEventHandler^ StoreMoveCols {
void add (StoreMoveColsEventHandler^ value);
void remove (StoreMoveColsEventHandler^ value);
}
Value
Type:
Stingray.GridStoreMoveColsEventHandler
Remarks
This event is invoked when
columns are moved within the grid.
See Also