Click or drag to resize
GridControlStoreCopyCells Event
Store Copy Cells event.

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

Value

Type: Stingray.GridStoreCopyCellsEventHandler
Remarks
This event is invoked when cells are copied (using the CopyCells(Range, UInt32, UInt32, RedrawFlags) method) from one location to another in the grid.
See Also