TextChangingEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Boolean, _
ByVal As System.String _
)
public TextChangingEventArgs(
System.bool ,
System.string
)
パラメータ
- cancel
- 変更アクションがキャンセルされるかどうかを示す System.Boolean 値。
- result
- 変更アクションの後の結果を示す System.String 値。
参照