DataGridColumn.CopyingCellClipboardContent 이벤트

정의

셀 클립보드 내용이 준비된 후에 발생합니다.

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

이벤트 유형

EventHandler<DataGridCellClipboardEventArgs>

설명

클립보드에 저장 하기 전에 이벤트 처리기에서 셀 콘텐츠를 수정할 수 있습니다.

적용 대상