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