PowerTools SPREAD for Windows Forms 10.0J
UserError イベント (IEditorSupport)


処理できない内容または無効な内容が入力されたときに発生します。
構文
'Declaration
 
Event UserError As UserErrorEventHandler
'使用法
 
Dim instance As IEditorSupport
Dim handler As UserErrorEventHandler
 
AddHandler instance.UserError, handler
event UserErrorEventHandler UserError
イベント データ

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

プロパティ説明
ErrorCodeエラーイベントに関連付けられたエラーコードを取得します。 FarPoint.Win.SuperEdit.ErrorEventArgsから継承されます。
ErrorInfoエラーイベントに関連付けられた追加のエラー情報を取得します。 FarPoint.Win.SuperEdit.ErrorEventArgsから継承されます。
UserErrorCodeユーザーエラーイベントに関連付けられたエラーコードを取得します。  
参照

IEditorSupport インタフェース
IEditorSupport メンバ

 

 


© 2004-2017, GrapeCity inc. All rights reserved.