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 |
|
group | ASPxClientNavBarGroup | An ASPxClientNavBarGroup object that represents a group related to the event. |
Remarks
For internal use only.
See Also