Search
Calendar.TooltipDisplaying Event
See Also
 





Raised to allow modification of the ToolTip of a calendar element before it gets displayed.

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

 Syntax

C#  Copy Code

public event EventHandler<TooltipEventArgs> TooltipDisplaying

Visual Basic  Copy Code

Public Event TooltipDisplaying As EventHandler(Of TooltipEventArgs)

 Event Data

TooltipDisplaying event handlers receive an argument of type TooltipEventArgs.

 See Also