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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.