ShellBrowser .Net Edition
OnBeforeExpand Method (e)
NamespacesJam.ShellShellTreeViewOnBeforeExpand(TreeViewCancelEventArgs)
This event is triggered before a tree node is expanded, by clicking on 'plus', in case the node has not been expanded before, it will instantly be filled with the files found in that particular path (by AddShellItem(ShellTreeNode))
Declaration Syntax
C#Visual BasicVisual C++
protected override void OnBeforeExpand(
	TreeViewCancelEventArgs e
)
Protected Overrides Sub OnBeforeExpand ( _
	e As TreeViewCancelEventArgs _
)
protected:
virtual void OnBeforeExpand(
	TreeViewCancelEventArgs^ e
) override
Parameters
e (TreeViewCancelEventArgs)
A TreeViewCancelEventArgs that contains the event data

Assembly: ShellBrowser (Module: ShellBrowser) Version: 4.2.1.45 (4.2.1.45)