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
constructor(content: string): TooltipEventArgs
Initializes a new instance of the TooltipEventArgs class.
String to show in the tooltip.
Gets or sets a value that indicates whether the event should be canceled.
Provides arguments for the popup event.