dbicDayView Send comments on this topic.
ArrowIndicatorClick Event
See Also 
dbicDayView Assembly > Dbi.WinControl.DayView Namespace > dbiDayView Class : ArrowIndicatorClick Event

Occurs when an indicator arrow is clicked on.

Syntax

Visual Basic (Declaration) 
Public Event ArrowIndicatorClick As dbiDayView.EventArrowIndicatorClickHandler
C# 
public event dbiDayView.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
Arrow Determines which arrow indicator was clicked on.
Column The column index where the Arrow was clicked.

Requirements

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

See Also