DataGrid.OnCopyingRowClipboardContent(DataGridRowClipboardEventArgs) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Raises the CopyingRowClipboardContent event.
protected:
virtual void OnCopyingRowClipboardContent(System::Windows::Controls::DataGridRowClipboardEventArgs ^ args);
protected virtual void OnCopyingRowClipboardContent (System.Windows.Controls.DataGridRowClipboardEventArgs args);
abstract member OnCopyingRowClipboardContent : System.Windows.Controls.DataGridRowClipboardEventArgs -> unit
override this.OnCopyingRowClipboardContent : System.Windows.Controls.DataGridRowClipboardEventArgs -> unit
Protected Overridable Sub OnCopyingRowClipboardContent (args As DataGridRowClipboardEventArgs)
Parameters
The data for the event.
Remarks
This method prepares the clipboard content for each selected row before the CopyingRowClipboardContent event is raised. The value of the ClipboardCopyMode property specifies whether the column header content is prepared in addition to the row content.
Applies to
Συνεργαστείτε μαζί μας στο GitHub
Μπορείτε να βρείτε την πηγή για αυτό το περιεχόμενο στο GitHub, όπου μπορείτε επίσης να δημιουργήσετε και να εξετάσετε ζητήματα και αιτήματα έλξης. Για περισσότερες πληροφορίες, ανατρέξτε στον οδηγό συνεργατών.