| Visual Basic (Declaration) | |
|---|---|
Public Event DateOver As dbiMonth.DateOverEventHandler | |
| C# | |
|---|---|
public event dbiMonth.DateOverEventHandler DateOver | |
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. |