Click or drag to resize
GridControlCut Event
Cut event.

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

Value

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