Table of Contents

Class TableViewCopyToClipboardEventArgs

Namespace
WinUI.TableView
Assembly
WinUI.TableView.dll

Provides data for the CopyToClipboard event.

public class TableViewCopyToClipboardEventArgs : HandledEventArgs
Inheritance
object
EventArgs
HandledEventArgs
TableViewCopyToClipboardEventArgs

Constructors

TableViewCopyToClipboardEventArgs(bool)

Initializes a new instance of the TableViewCopyToClipboardEventArgs class.

public TableViewCopyToClipboardEventArgs(bool includeHeaders)

Parameters

includeHeaders bool

A 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