PowerTools PlusPak for Windows Forms 8.0J
Selecting イベント (GcTabControl)

TabControlCancelEventHandlerを定義して、Selectingイベントを処理します。
構文
Public Event Selecting As TabControlCancelEventHandler
public event TabControlCancelEventHandler Selecting
イベント データ

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

プロパティ解説
Actionどのアクションが実行されたかを示すTabControlActionを取得します。  
TabPageページを示すGcTabPageを取得します。  
TabPageIndexページのインデックスを示すint値を取得します。  
プラットフォーム

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

参照

GcTabControl クラス
GcTabControl メンバ

Send Feedback