ParameterUIClosedイベントを処理するメソッドを表します。
シンタックス
'宣言
Public Delegate Sub SectionReport.ParameterUIClosedHandler( _
ByVal As Object, _
ByVal As Boolean _
)
public delegate void SectionReport.ParameterUIClosedHandler(
object ,
bool
)
パラメータ
- sender
- イベントの送信元。
- cancelled
パラメータダイアログは、[キャンセル]ボタンを使用して閉じられたかどうかを示す値。
参照