Class TableViewCopyToClipboardEventArgs
Provides data for the CopyToClipboard event.
public class TableViewCopyToClipboardEventArgs : HandledEventArgs
- Inheritance
-
objectEventArgsHandledEventArgsTableViewCopyToClipboardEventArgs
Constructors
TableViewCopyToClipboardEventArgs(bool)
Initializes a new instance of the TableViewCopyToClipboardEventArgs class.
public TableViewCopyToClipboardEventArgs(bool includeHeaders)
Parameters
includeHeadersboolA value indicating whether to include headers in the copied content.
Properties
IncludeHeaders
Gets a value indicating whether to include headers in the copied content.
public bool IncludeHeaders { get; }
Property Value
- bool