PowerTools SPREAD for Windows Forms 8.0J
UserError イベント (RichTextEditor)


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

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

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

RichTextEditor クラス
RichTextEditor メンバ

 

 


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