DataGrid.CopyingRowClipboardContent Gebeurtenis

Definitie

Vindt plaats nadat de standaardrijinhoud is voorbereid.

public:
 event EventHandler<System::Windows::Controls::DataGridRowClipboardEventArgs ^> ^ CopyingRowClipboardContent;
public event EventHandler<System.Windows.Controls.DataGridRowClipboardEventArgs> CopyingRowClipboardContent;
member this.CopyingRowClipboardContent : EventHandler<System.Windows.Controls.DataGridRowClipboardEventArgs> 
Public Custom Event CopyingRowClipboardContent As EventHandler(Of DataGridRowClipboardEventArgs) 
Public Event CopyingRowClipboardContent As EventHandler(Of DataGridRowClipboardEventArgs) 

Gebeurtenistype

Opmerkingen

Gebeurtenislisteners kunnen inhoud van het klembord van de rij wijzigen of toevoegen.

Van toepassing op