MESCIUS SPREAD for Windows Forms 15.0J
UserErrorEventArgs コンストラクタ(UserErrorCode)
使用例 

イベントのエラーコード
UserErrorCode列挙体を使用します。
指定したコードを使用して、UserErrorEventArgsオブジェクトを作成します。
構文
'宣言
 
Public Function New( _
   ByVal errorCode As UserErrorCode _
)
public UserErrorEventArgs( 
   UserErrorCode errorCode
)

パラメータ

errorCode
イベントのエラーコード
UserErrorCode列挙体を使用します。
使用例
private void control_UserError(object sender, FarPoint.Win.Input.UserErrorEventArgs e)
{
Messagebox.Show(Convert.ToString(e.ErrorCode));
}
Private Sub control_UserError(ByVal sender As Object, ByVal e As FarPoint.Win.Input.ErrorEventArgs) Handles control.UserError
  Messagebox.Show(e.ErrorCode);
End Sub
参照

UserErrorEventArgs クラス
UserErrorEventArgs メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.