'DeclarationPublic Event DayFormatting As EventHandler(Of DayFormattingEventArgs)
public event EventHandler<DayFormattingEventArgs> DayFormatting
Event Data
The event handler receives an argument of type DayFormattingEventArgs containing data related to this event. The following DayFormattingEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Day | Gets the date of the day. |
| DayStyle | Gets the current style of the day. |
See Also