バージョン

BeforeRowEditTemplateDisplayedEventArgs コンストラクタ

クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal template As UltraGridRowEditTemplate, _
   ByVal location As Point, _
   ByVal source As TemplateDisplaySource _
)
public BeforeRowEditTemplateDisplayedEventArgs( 
   UltraGridRowEditTemplate template,
   Point location,
   TemplateDisplaySource source
)

パラメータ

template
表示されるテンプレート。
location
テンプレートの開始位置。
source
テンプレートを表示するために使用されるメソッド。
参照