DataGridColumn.PastingCellClipboardContent 이벤트

정의

클립보드 내용이 셀로 이동하기 전에 발생합니다.

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

이벤트 유형

EventHandler<DataGridCellClipboardEventArgs>

설명

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

적용 대상