Skip to main content
A newer version of this page is available. .

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

true, if the action that raised the event should be canceled; otherwise, false.

See Also