Click or drag to resize

ShellTreeViewOnBeforeExpand Method

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, ShellBrowser))

Namespace:  Jam.Shell
Assembly:  ShellBrowser.Winforms (in ShellBrowser.Winforms.dll) Version: 6.3.1
Syntax
protected override void OnBeforeExpand(
	TreeViewCancelEventArgs e
)

Parameters

e
Type: System.Windows.FormsTreeViewCancelEventArgs
A TreeViewCancelEventArgs that contains the event data
See Also