constructor(targetElement, hintElement, contentElement, titleElement, cancel) Constructor
Initializes a new instance of the ASPxClientHintShowingEventArgs class with specified settings.
Declaration
constructor(
targetElement: any,
hintElement: any,
contentElement: any,
titleElement: any,
cancel: boolean
)
Parameters
| Name | Type | Description |
|---|---|---|
| targetElement | any | An object that is the target element of the hint. |
| hintElement | any | An object that is the hint element. |
| contentElement | any | An object that is the hint’s content element. |
| titleElement | any | An object that is the hint’s title element. |
| cancel | boolean |
|
See Also