True DBGrid for WinForms
Error イベント (C1TrueDBGrid)

C1.Win.C1TrueDBGrid.4.5.2 アセンブリ > C1.Win.C1TrueDBGrid 名前空間 > C1TrueDBGrid クラス : Error イベント
Occurs whenever an exception is thrown during end user interaction.
シンタックス
'宣言
 
Public Event Error As ErrorEventHandler
public event ErrorEventHandler Error
イベント データ

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

プロパティ解説
True to continue as if no exception was raised.  
The exception which caused the Event to be raised.  
True if the exception has been handled.  
参照