Menus and Toolbars for WinForms
CloseButtonClick イベント

C1.Win.C1Command.4.8 アセンブリ > C1.Win.C1Command 名前空間 > C1NavBar クラス : CloseButtonClick イベント
パネルヘッダー上の〈閉じる〉ボタンがクリックされたときに発生します。
シンタックス
'宣言
 
Public Event CloseButtonClick As System.ComponentModel.CancelEventHandler
public event System.ComponentModel.CancelEventHandler CloseButtonClick
イベント データ

イベント ハンドラが、このイベントに関連するデータを含む、System.ComponentModel.CancelEventArgs 型の引数を受け取りました。次の CancelEventArgs プロパティには、このイベントの固有の情報が記載されます。

プロパティ解説
 
参照