PowerTools SPREAD for Windows Forms 8.0J
DialogCharEventArgs コンストラクタ


処理する文字
イベントが処理されたかどうか
DialogCharEventAgrsクラスの新しいインスタンスを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal charCode As Char, _
   ByVal handled As Boolean _
)
'使用法
 
Dim charCode As Char
Dim handled As Boolean
 
Dim instance As New DialogCharEventArgs(charCode, handled)
public DialogCharEventArgs( 
   char charCode,
   bool handled
)

パラメータ

charCode
処理する文字
handled
イベントが処理されたかどうか
参照

DialogCharEventArgs クラス
DialogCharEventArgs メンバ

 

 


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