constructor(processOnServer, group, htmlElement, htmlEvent) Constructor
Initializes a new object of the ASPxClientNavBarGroupClickEventArgs type with the specified settings.
Declaration
constructor(
processOnServer: boolean,
group: ASPxClientNavBarGroup,
htmlElement: any,
htmlEvent: any
)
Parameters
Name | Type | Description |
---|---|---|
processOnServer | boolean |
|
group | ASPxClientNavBarGroup | An ASPxClientNavBarGroup object that represents a group related to the event. |
htmlElement | any | An HTML object that contains the processed navbar group. |
htmlEvent | any | A DHTML event object that relates to the processed event. |
Remarks
For internal use only.
See Also