ComponentOne Scheduler for WinForms
BeforeDayFormat Event

C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Calendar Class : BeforeDayFormat Event
Occurs before the day tooltip is shown.
Syntax
'Declaration
 
Public Event BeforeDayFormat As System.EventHandler(Of BeforeDayFormatEventArgs)
public event System.EventHandler<BeforeDayFormatEventArgs> BeforeDayFormat
Event Data

The event handler receives an argument of type BeforeDayFormatEventArgs containing data related to this event. The following BeforeDayFormatEventArgs properties provide information specific to this event.

PropertyDescription
Gets the System.DateTime value determining the currently formatted date.  
Gets or sets the Style object, which will be used for displaying the date.  
See Also