4 references to OnAfterCheck
System.Windows.Forms (3)
System\Windows\Forms\Controls\TreeView\TreeView.cs (1)
1662
OnAfterCheck
(new TreeViewEventArgs(node, actionTaken));
System\Windows\Forms\Controls\TreeView\TreeViewEventArgs.cs (1)
7
/// Provides data for the <see cref="TreeView.
OnAfterCheck
"/>,
System\Windows\Forms\Controls\TreeView\TreeViewEventHandler.cs (1)
7
/// Represents a method that will handle the <see cref="TreeView.
OnAfterCheck
"/>,
System.Windows.Forms.Tests (1)
System\Windows\Forms\TreeViewTests.cs (1)
7630
public new void OnAfterCheck(TreeViewEventArgs e) => base.
OnAfterCheck
(e);