Click or drag to resize
GridControlPaste Event
Paste event.

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

Value

Type: Stingray.GridPasteEventHandler
Remarks
This event is invoked when a range of cells is pasted from the clipboard.
See Also