⮪ EntryClickEventArgs
July 7, 2024 · View on GitHub
An EventArgs class used to provide arguments for the DonutChartView.EntryClicked event.
public sealed class EntryClickEventArgs(object entry) : EventArgs
Inheritance: Object -> EventArgs -> EntryClickEventArgs
Properties
| Name | Type | Description |
|---|---|---|
| Entry | object | The data entry object that was clicked. The type of this object will be the same as the entry types bound to the DonutChartView.EntriesSource. |