OnCheck Method
Fires the Check event on the TreeView object.
Syntax
Visual Basic Overridable Protected Sub
OnCheck( ByVal oEvent As TreeViewClickEventArgs )C# protected virtual void
OnCheck(TreeViewClickEventArgs oEvent );Managed C++ protected: virtual void
OnCheck(TreeViewClickEventArgs oEvent );JScript protected function
OnCheck(oEvent : TreeViewClickEventArgs );
Parameters
oEvent Required. TreeViewClickEventArgs object that specifies information about the event.
Return Value
No return value.
Applies To
TREEVIEW
See Also
Internet Explorer WebControls, About the TreeView WebControl