3 references to OnAfterCheck
System.Windows.Forms (3)
winforms\Managed\System\WinForms\TreeView.cs (1)
1807OnAfterCheck(new TreeViewEventArgs(node, actionTaken));
winforms\Managed\System\WinForms\TreeViewEvent.cs (1)
23/// Provides data for the <see cref='System.Windows.Forms.TreeView.OnAfterCheck'/>, <see cref='System.Windows.Forms.TreeView.AfterCollapse'/>, <see cref='System.Windows.Forms.TreeView.AfterExpand'/>, or <see cref='System.Windows.Forms.TreeView.AfterSelect'/> event.
winforms\Managed\System\WinForms\TreeViewEventHandler.cs (1)
20/// Represents the method that will handle the <see cref='System.Windows.Forms.TreeView.OnAfterCheck'/>, <see cref='System.Windows.Forms.TreeView.OnAfterCollapse'/>, <see cref='System.Windows.Forms.TreeView.OnAfterExpand'/>, or <see cref='System.Windows.Forms.TreeView.OnAfterSelect'/>