Click or drag to resize
GridControlCopy Event
Copy event.

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

Value

Type: Stingray.GridCopyEventHandler
Remarks
This event is invoked when a range of cells is copied to the clipboard.
See Also