DataGrid.CopyingRowClipboardContent 이벤트

정의

기본 행 콘텐츠가 준비된 후에 발생합니다.

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) 

이벤트 유형

EventHandler<DataGridRowClipboardEventArgs>

설명

이벤트 수신기는 행 클립보드 콘텐츠를 수정하거나 추가할 수 있습니다.

적용 대상