バージョン

BeforeRowEditTemplateClosedEventArgs コンストラクタ

クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal template As UltraGridRowEditTemplate, _
   ByVal forceClosing As Boolean _
)
public BeforeRowEditTemplateClosedEventArgs( 
   UltraGridRowEditTemplate template,
   bool forceClosing
)

パラメータ

template
閉じられるテンプレート。
forceClosing
テンプレートが強制的に閉じられる場合は True。
参照