Fires the afterCheck event.
[Visual Basic] Overridable Protected Sub OnAfterCheck( _ ByVal e As TreeViewEventArgs _ ) [C#] protected virtual void OnAfterCheck( TreeViewEventArgs e ); [C++] protected: virtual void OnAfterCheck( TreeViewEventArgs* e ); [JScript] protected function OnAfterCheck( e : TreeViewEventArgs );
TreeView Class | TreeView Members | System.WinForms Namespace