'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.
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. |
See Also