Skip to main content

constructor(processOnServer, group) Constructor

Initializes a new object of the ASPxClientNavBarGroupCancelEventArgs type with the specified settings.

Declaration

constructor(
    processOnServer: boolean,
    group: ASPxClientNavBarGroup
)

Parameters

Name Type Description
processOnServer boolean

true to process the event on the server side; false to completely handle it on the client side.

group ASPxClientNavBarGroup

An ASPxClientNavBarGroup object that represents a group related to the event.

Remarks

For internal use only.

See Also