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