SPREAD for WPF 3.0J - GcSpreadSheet
TextChangingEventArgs コンストラクタ

GrapeCity.Wpf.SpreadSheet.CellType アセンブリ > GrapeCity.Wpf.SpreadSheet.CellType.Editors 名前空間 > TextChangingEventArgs クラス : TextChangingEventArgs コンストラクタ
変更アクションがキャンセルされるかどうかを示す System.Boolean 値。
変更アクションの後の結果を示す System.String 値。
TextChangingEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal cancel As System.Boolean, _
   ByVal result As System.String _
)
public TextChangingEventArgs( 
   System.bool cancel,
   System.string result
)

パラメータ

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

TextChangingEventArgs クラス
TextChangingEventArgs メンバ