| Visual Basic (Declaration) | |
|---|---|
Public Event DateClick As DateRangeEventHandler | |
| C# | |
|---|---|
public event DateRangeEventHandler DateClick | |
The event handler receives an argument of type DateRangeEventArgs containing data related to this event. The following DateRangeEventArgs properties provide information specific to this event.
| Property | Description |
|---|---|
| End | Gets the last date/time value in the range that the user has selected. |
| Start | Gets the first date/time value in the range that the user has selected. |