バージョン

ClipboardCopying イベント

シンタックス
'宣言
 
Public Event ClipboardCopying As EventHandler(Of ClipboardCopyingEventArgs)
public event EventHandler<ClipboardCopyingEventArgs> ClipboardCopying
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、Infragistics.Controls.Grids.ClipboardCopyingEventArgs 型の引数を受け取りました。次の ClipboardCopyingEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
Cancel Infragistics.CancellableEventArgsから継承されます。 
ClipboardValue  
SelectedItems  
参照