Search
Calendar.ItemTooltipDisplaying Event
See Also
 





Raised to allow modification of an item's ToolTip before it gets displayed.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public event EventHandler<ItemTooltipEventArgs> ItemTooltipDisplaying

Visual Basic  Copy Code

Public Event ItemTooltipDisplaying As EventHandler(Of ItemTooltipEventArgs)

 Event Data

ItemTooltipDisplaying event handlers receive an argument of type ItemTooltipEventArgs.

 Remarks

Set the Tooltip member of the ItemTooltipEventArgs object to override the default ToolTip text.

 See Also