Click or drag to resize
PasteEventArgs Class
Supplies data for the Paste event of the GridControl class.
Inheritance Hierarchy

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public class PasteEventArgs : EventArgs

The PasteEventArgs type exposes the following members.

Constructors
  NameDescription
Public methodPasteEventArgs
Initializes a new PasteEventArgs object.
Top
Remarks
These event arguments are supplied to any overridden Paste event handler, as well as to any delegates attached to the Paste event.
See Also