Table of Contents

Class CheckedChangedEventArgs<T>

Namespace
Terminal.Gui.Views
Assembly
Terminal.Gui.dll

Describes a tree node check state change.

public class CheckedChangedEventArgs<T> : EventArgs where T : class

Type Parameters

T

The type of object represented by nodes in the tree.

Inheritance
CheckedChangedEventArgs<T>
Inherited Members

Constructors

CheckedChangedEventArgs(TreeView<T>, T, CheckState, CheckState)

Describes a tree node check state change.

Properties

NewValue

The new check state.

Object

The object whose check state changed.

OldValue

The previous check state.

Tree

The tree whose node check state changed.