Contains the arguments passed to handlers of mouse events related to date and time cells in the calendar.
The following tables list the members exposed by the DateEventArgs type.
Public Properties| Name | Description | |
|---|---|---|
![]() |
Gets the bounds of the cell. |
|
![]() |
Gets the number of clicks. |
|
![]() |
Gets the date and time associated with the event. |
|
![]() |
Gets the index (if any) of the calendar cell related to the event or -1 otherwise. |
|
![]() |
Gets a value indicating the state of the left mouse button. |
|
![]() |
Gets a value indicating the state of the middle mouse button. |
|
![]() |
Gets a value indicating the state of the right mouse button. |
See Also