バージョン

ExplorerBarGroupEventHandler デリゲート

ExplorerBarGroup を使用するイベントのイベント デリゲート。
シンタックス
'宣言
 
Public Delegate Sub ExplorerBarGroupEventHandler( _
   ByVal sender As Object, _
   ByVal e As ExplorerBarGroupEventArgs _
) 
public delegate void ExplorerBarGroupEventHandler( 
   object sender,
   ExplorerBarGroupEventArgs e
)

パラメータ

sender
通常に WebExplorerBar です。
e
ExplorerBarGroupEventArgs のインスタンス。
参照