content
Gets or sets the content to show in the tooltip.
This parameter can be used while handling the popup event to modify the content of the tooltip.
- Type
- string
Provides arguments for the popup event.
constructor(content: string, element?: HTMLElement): TooltipEventArgs
Initializes a new instance of the TooltipEventArgs class.
String to show in the tooltip.
HTMLElement that the tip refers to.
Gets or sets a value that indicates whether the event should be canceled.
Provides a value to use with events that do not have event data.