3 references to OnBeforeExpand
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2446
OnBeforeExpand
(e);
System\Windows\Forms\Controls\TreeView\TreeViewCancelEventArgs.cs (1)
11
/// <see cref="TreeView.
OnBeforeExpand
"/>,
System.Windows.Forms.Tests (1)
System\Windows\Forms\TreeViewTests.cs (1)
7644
public new void OnBeforeExpand(TreeViewCancelEventArgs e) => base.
OnBeforeExpand
(e);