DataGridColumn.CopyingCellClipboardContent 事件
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
在单元格剪贴板内容准备好之后发生。
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)
事件类型
注解
事件处理程序可以在单元格内容存储在剪贴板上之前对其进行修改。