dbicCalendar Send comments on this topic.
ArrowIndicatorClick Event
See Also 
dbicCalendar Assembly > Dbi.WinControl.Calendar Namespace > dbiCalendar Class : ArrowIndicatorClick Event

Occurs when the arrow indicating that there are more appointments for a given day than are visible is clicked.

Syntax

Visual Basic (Declaration) 
Public Event ArrowIndicatorClick As dbiCalendar.EventArrowIndicatorClickHandler
C# 
public event dbiCalendar.EventArrowIndicatorClickHandler ArrowIndicatorClick

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.

PropertyDescription
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