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