TreeViewEventHandler

Wisej.Web.TreeViewEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the AfterCheck, AfterCollapse, AfterExpand, or AfterSelect event of a TreeView.

public delegate void TreeViewEventHandler(Object sender, TreeViewEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

A TreeViewEventArgs that contains the event data.

Fired By

NameDescription

Occurs after the tree node check box is checked.

Occurs after the tree node is collapsed.

Occurs after the tree node is expanded.

Occurs after the tree node is selected.

Occurs after the tree node check box is checked.

Occurs after the tree node is collapsed.

Occurs after the tree node is expanded.

Occurs after the tree node is selected.

Last updated