Raised to allow modification of an item's ToolTip before it gets displayed.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public event EventHandler<ItemTooltipEventArgs> ItemTooltipDisplaying |
Visual Basic Copy Code |
---|
Public Event ItemTooltipDisplaying As EventHandler(Of ItemTooltipEventArgs) |
ItemTooltipDisplaying event handlers receive an argument of type ItemTooltipEventArgs.
Set the Tooltip member of the ItemTooltipEventArgs object to override the default ToolTip text.