'Declaration Public Event BeforeTooltipShow As EventHandler(Of BeforeTooltipShowEventArgs)
public event EventHandler<BeforeTooltipShowEventArgs> BeforeTooltipShow
Event Data
The event handler receives an argument of type BeforeTooltipShowEventArgs containing data related to this event. The following BeforeTooltipShowEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Cancel | (Inherited from System.ComponentModel.CancelEventArgs) |
Filter | Gets the Filter for which tooltip is about to be shown. |
ToolTip | Gets or sets tooltip text. |
Value | Gets a value of C1DataFilter element. |
See Also