HierarchyCollectionEventHandler 代理人
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
データを含むイベントを処理するメソッドを HierarchyCollectionEventArgs 表します。
public delegate void HierarchyCollectionEventHandler(System::Object ^ sender, HierarchyCollectionEventArgs ^ e);
public delegate void HierarchyCollectionEventHandler(object sender, HierarchyCollectionEventArgs e);
type HierarchyCollectionEventHandler = delegate of obj * HierarchyCollectionEventArgs -> unit
Public Delegate Sub HierarchyCollectionEventHandler(sender As Object, e As HierarchyCollectionEventArgs)
パラメーター
- sender
- Object
イベントのソース。
イベント データを格納している HierarchyCollectionEventArgs オブジェクト。