バージョン

BeforeRowsDeletedEventArgs コンストラクタ

コンストラクター
シンタックス
'宣言
 
Public Function New( _
   ByVal rows() As UltraGridRow, _
   ByVal displayPromptMsg As Boolean _
)
public BeforeRowsDeletedEventArgs( 
   UltraGridRow[] rows,
   bool displayPromptMsg
)

パラメータ

rows
displayPromptMsg
メッセージボックスを表示するかどうかを示す値を設定します。
参照