GrapeCity SPREAD for Windows Forms 11.0J
ErrorEventArgs コンストラクタ(Int32)


イベントのエラーコード
指定したコードを使用して、ErrorEventArgsオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal errorCode As Integer _
)
'使用法
 
Dim errorCode As Integer
 
Dim instance As New ErrorEventArgs(errorCode)
public ErrorEventArgs( 
   int errorCode
)

パラメータ

errorCode
イベントのエラーコード
private void control_UserError(object sender, FarPoint.Win.Input.ErrorEventArgs 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
参照

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

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.