| C1.Win.C1Schedule.4 Assembly > C1.Win.C1Schedule Namespace > C1Calendar Class : BeforeDayFormat Event |
'Declaration Public Event BeforeDayFormat As System.EventHandler(Of BeforeDayFormatEventArgs)
public event System.EventHandler<BeforeDayFormatEventArgs> BeforeDayFormat
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.
| Property | Description |
|---|---|
| Date | Gets the System.DateTime value determining the currently formatted date. |
| Style | Gets or sets the Style object, which will be used for displaying the date. |