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

イベントのエラーコード
指定したコードを使用して、ErrorEventArgsオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal errorCode As Integer _
)
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 メンバ
オーバーロード一覧

 

 


© MESCIUS inc. All rights reserved.