TreeViewClickEventArgs Class

This class contains the event arguments for the click event.

Syntax

Visual Basic  Public  Class TreeViewClickEventArgs Inherits EventArgs
C# public   class TreeViewClickEventArgs : EventArgs
Managed C++ public:  __gc class TreeViewClickEventArgs :  public EventArgs
JScript public   class TreeViewClickEventArgs extends EventArgs

Inheritance Hierarchy

Members Table

The following table lists the members exposed by the TreeViewClickEventArgs object.

Attributes/Properties
Property Description
Node Retrieves the index of the last TreeNode that received the event.

Class Information

Namespace Microsoft.Web.UI.WebControls
Assembly Microsoft.Web.UI.WebControls.dll

Applies To

TREEVIEW

See Also

Show: