| Visual Basic (Declaration) | |
|---|---|
Public Event ArrowIndicatorClick As ArrowIndicatorEventHandler | |
| C# | |
|---|---|
public event ArrowIndicatorEventHandler ArrowIndicatorClick | |
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.
| Property | Description |
|---|---|
| Date | The date that the event occurred on. |