バージョン

InvalidCharEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal c As Char, _
   ByVal dc As DisplayCharBase _
)
public InvalidCharEventArgs( 
   char c,
   DisplayCharBase dc
)

パラメータ

c
入力された無効な文字
dc
無効な文字が入力された表示文字プレースホルダー
参照