'宣言 Public Event ClipboardOperationError As EventHandler(Of ClipboardOperationErrorEventArgs)
public event EventHandler<ClipboardOperationErrorEventArgs> ClipboardOperationError
イベント ハンドラが、このイベントに関連するデータを含む、ClipboardOperationErrorEventArgs 型の引数を受け取りました。次の ClipboardOperationErrorEventArgs プロパティには、このイベントの固有の情報が記載されます。
| プロパティ | 解説 | 
|---|---|
| Action | 指定された Operation を処理するかどうか、また処理方法を示す値を返すまたは設定します。 | 
| CanContinueWithRemainingCells | 操作が残りのセルで続行できるかどうかを指定します。 | 
| Cell | 指定された Operation が実行できなかったセル、または操作全体が実行できなかった場合 null を返します。 | 
| DisplayErrorMessage | エラーメッセージをエンドユーザーに表示するかどうかを示すブール値を返すか、設定します。 | 
| Error | 発生したエラー タイプを識別する列挙体を返します。 | 
| Exception | エラーを発生した場合は例外を返します。 | 
| Field | エラーに関連付けられた Field を返します。 | 
| Handled System.Windows.RoutedEventArgsから継承されます。 | Gets or sets a value that indicates the present state of the event handling for a routed event as it travels the route. | 
| Message | ユーザーに表示されるメッセージを取得または設定します。 | 
| Operation | エラーが発生したときに実行されていた操作のタイプを返します。 | 
| OriginalSource System.Windows.RoutedEventArgsから継承されます。 | Gets the original reporting source as determined by pure hit testing, before any possible System.Windows.RoutedEventArgs.Source adjustment by a parent class. | 
| Record | エラーに関連付けられたレコードを返します。 | 
| RoutedEvent System.Windows.RoutedEventArgsから継承されます。 | Gets or sets the System.Windows.RoutedEventArgs.RoutedEvent associated with this System.Windows.RoutedEventArgs instance. | 
| Source System.Windows.RoutedEventArgsから継承されます。 | Gets or sets a reference to the object that raised the event. | 
切り取り、コピー、貼り付け、または削除などのクリップボード操作で例外が発生された場合、このイベントを発生します。イベントが特定の Infragistics.Windows.DataPresenter.Events.ClipboardOperationErrorEventArgs.Cell に対して発行されると、Infragistics.Windows.DataPresenter.Events.ClipboardOperationErrorEventArgs.Action を使用して処理を継続するかどうか、またどのように継続するかを判断します。更に、イベントはエンド ユーザーに提供するエラー メッセージを設定するために使用できます。