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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.