TreeViewCancelEventHandler

Wisej.Web.TreeViewCancelEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (3.5.0.0)

Represents the method that will handle the BeforeCheck, BeforeCollapse, BeforeExpand, or BeforeSelect event of a TreeView.

public delegate void TreeViewCancelEventHandler(Object sender, TreeViewCancelEventArgs e)

Parameters

NameTypeDescription

sender

The source of the event.

e

A TreeViewCancelEventArgs that contains the event data.

Fired By

NameDescription

Occurs before the tree node check box is checked.

Occurs before the tree node is collapsed.

Occurs before the tree node is expanded.

Occurs before the tree node is selected.

Occurs before the tree node check box is checked.

Occurs before the tree node is collapsed.

Occurs before the tree node is expanded.

Occurs before the tree node is selected.

Last updated