Skip to main content

BootstrapClientTreeViewNodeProcessingModeEventArgs Members

Provides data for the client events related to node processing, and allowing the event’s processing to be passed to the server side.

Constructors

Name Description
constructor(processOnServer, node) Initializes a new instance of the BootstrapClientTreeViewNodeProcessingModeEventArgs class with the specified setting.

Properties

Name Description
node Gets a node object related to the event.
processOnServer Specifies whether or not to process the event on the server. Inherited from ASPxClientProcessingModeEventArgs.
See Also