All pages
Powered by GitBook
1 of 1

Loading...

TreeViewCancelEventHandler

Wisej.Web.TreeViewCancelEventHandler

Namespace: Wisej.Web

Assembly: Wisej.Framework (2.2.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)
Public Delegate Sub TreeViewCancelEventHandler(ByVal sender As [Object], ByVal e As TreeViewCancelEventArgs)

Parameters

Name
Type
Description

Fired By

Name
Description

Occurs before the tree node is collapsed.

Occurs before the tree node is expanded.

Occurs before the tree node is selected.

sender

Object

The source of the event.

e

TreeViewCancelEventArgs

A TreeViewCancelEventArgs that contains the event data.

TreeNode.BeforeCheck

Occurs before the tree node check box is checked.

TreeNode.BeforeCollapse

Occurs before the tree node is collapsed.

TreeNode.BeforeExpand

Occurs before the tree node is expanded.

TreeNode.BeforeSelect

Occurs before the tree node is selected.

TreeView.BeforeCheck

Occurs before the tree node check box is checked.

TreeView.BeforeCollapse
TreeView.BeforeExpand
TreeView.BeforeSelect