3 references to OnAfterExpand
System.Windows.Forms (2)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
2479
OnAfterExpand
(e);
System\Windows\Forms\Controls\TreeView\TreeViewEventHandler.cs (1)
8
/// <see cref="TreeView.OnAfterCollapse"/>, <see cref="TreeView.
OnAfterExpand
"/>,
System.Windows.Forms.Tests (1)
System\Windows\Forms\TreeViewTests.cs (1)
7634
public new void OnAfterExpand(TreeViewEventArgs e) => base.
OnAfterExpand
(e);