Skip to main content
A newer version of this page is available. .

BootstrapTreeViewNodeEventArgs Class

Provides data for events which concern manipulations on nodes.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapTreeViewNodeEventArgs :
    TreeViewNodeEventArgs

Remarks

Objects of the BootstrapTreeViewNodeEventArgs type are used as arguments for the BootstrapTreeView.CheckedChanged, BootstrapTreeView.ExpandedChanged, BootstrapTreeView.NodeClick, and BootstrapTreeView.NodeDataBound events generated on the server side.

BootstrapTreeViewNodeEventArgs objects with proper settings are automatically created and passed to the corresponding event handlers.

Inheritance

Object
EventArgs
TreeViewNodeEventArgs
BootstrapTreeViewNodeEventArgs
See Also