| Visual Basic (Declaration) | |
|---|---|
Public Event DateChange As DateChangeEventHandler | |
| C# | |
|---|---|
public event DateChangeEventHandler DateChange | |
The event handler receives an argument of type DateEventArgs containing data related to this event. The following DateEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| Date | The date that the event occurred on. |