PowerTools InputMan for ASP.NET 8.0J
TextChangingEventArgs コンストラクタ

Trueを設定すると入力をキャンセルします。
(Boolean型)
入力された文字列を返します。
(String型)
[ASP.NET AJAX専用]TextChangingEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal cancel As Boolean, _
   ByVal result As String _
)
public TextChangingEventArgs( 
   bool cancel,
   string result
)

パラメータ

cancel
Trueを設定すると入力をキャンセルします。
(Boolean型)
result
入力された文字列を返します。
(String型)
参照

TextChangingEventArgs クラス
TextChangingEventArgs メンバ

 

 


© 2005-2015 GrapeCity inc. All rights reserved.