GrapeCity SPREAD for Windows Forms 11.0J
TextChangingEventArgs コンストラクタ


変更アクションがキャンセルされるかどうかを示すbool値。
変更アクション後の結果を示すstring値。
TextChangingEventArgs クラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal cancel As Boolean, _
   ByVal result As String _
)
'使用法
 
Dim cancel As Boolean
Dim result As String
 
Dim instance As New TextChangingEventArgs(cancel, result)
public TextChangingEventArgs( 
   bool cancel,
   string result
)

パラメータ

cancel
変更アクションがキャンセルされるかどうかを示すbool値。
result
変更アクション後の結果を示すstring値。
参照

TextChangingEventArgs クラス
TextChangingEventArgs メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.