ComponentOne for WinUI 製品ヘルプ
OperationError イベント

C1.WinUI.Viewer アセンブリ > C1.WinUI.Viewer 名前空間 > FlexViewerPane クラス : OperationError イベント
Occurs in case of an exception thrown during a report operation, such as Generate or Export.
シンタックス
'宣言
 
Public Event OperationError As System.EventHandler(Of OperationErrorEventArgs)
public event System.EventHandler<OperationErrorEventArgs> OperationError
イベント データ

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

プロパティ解説
Gets the exception that represents the error.  
Gets or sets a value indicating if no additional actions are required.  
Gets the operation being executed when the error occurred.  
Gets or sets a string displayed as StatusText.  
Gets or sets a value indicating whether to throw the exception.  
参照