CopyingToClipboardEventArgsBase Constructors
Serves as the base class for classes that provide data for events related to copying data to the clipboard.| Name | Parameters | Description |
|---|---|---|
| CopyingToClipboardEventArgsBase(DataViewBase, IEnumerable<Int32>, Boolean) | view, rowHandles, copyHeader | Initializes a new instance of the CopyingToClipboardEventArgsBase class. |
See Also