ASPxClientHintShowingEventArgs Members
Provides data for the ASPxClientHint.Showing event.Constructors
Name | Description |
---|---|
constructor(targetElement, hintElement, contentElement, titleElement, cancel) | Initializes a new instance of the ASPxClientHintShowingEventArgs class with specified settings. |
Properties
Name | Description |
---|---|
cancel | Gets or sets a value indicating whether the event should be canceled. |
contentElement | Gets the object that is the hint’s content. |
hintElement | Gets the object that is the hint. |
targetElement | Gets the object that is the hint’s target element. |
titleElement | Gets the object that is the hint’s title. |
See Also