Occurs when the arrow indicating that there are more appointments for a given day than are visible is clicked.
Syntax
Event Data
The event handler receives an argument of type ArrowIndicatorClickEventArgs containing data related to this event. The following ArrowIndicatorClickEventArgs properties provide information specific to this event.
| Property | Description |
|---|
| ContactID | The ContactID of the arrow. |
| Date | The date of the arrow. |
| LocationID | The LocationID of the arrow. |
| TaskID | The TaskID of the arrow. |
Requirements
Target Platforms: Current Windows operating system with .NET 8.
See Also