Represents the method that will handle the OnAfterCheck, OnAfterCollapse, OnAfterExpand, or OnAfterSelect event of a TreeView.
[Visual Basic] Public Delegate Sub TreeViewEventHandler( _ ByVal sender As Object, _ ByVal e As TreeViewEventArgs _ ) [C#] public delegate void TreeViewEventHandler( object sender, TreeViewEventArgs e ); [C++] public __gc __delegate void TreeViewEventHandler( Object* sender, TreeViewEventArgs* e );
[JScript] In JScript, you can use the delegates in the NGWS frameworks, but you cannot define your own.
The declaration of your event-handling method must have the same parameters as the TreeViewEventHandler delegate declaration.
[To be supplied.]
Namespace: System.WinForms
Assembly: System.WinForms.dll