Skip to main content

BootstrapClientTreeViewNodeClickEventArgs Class

Provides data for the ASPxClientTreeView.NodeClick event.

Declaration

declare class BootstrapClientTreeViewNodeClickEventArgs extends BootstrapClientTreeViewNodeProcessingModeEventArgs

Remarks

Objects of the BootstrapClientTreeViewNodeClickEventArgs type are used as arguments for the ASPxClientTreeView.NodeClick event generated on the client side.

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

See Also