dbicMonth Send comments on this topic.
ArrowIndicatorClick Event
See Also 
dbicMonth Assembly > Dbi.WinControl.Month Namespace > dbiMonth 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 ArrowIndicatorEventHandler
C# 
public event ArrowIndicatorEventHandler ArrowIndicatorClick

Event Data

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.

PropertyDescription
Date The date that the event occurred on.

Requirements

Target Platforms: Current Windows operating system with .NET 8.

See Also