[]
Represents the method that handles the event of expanding series by UI
public delegate void ExpandSeriesEventHandler(object sender, ExpandSeriesEventArgs e)
Public Delegate Sub ExpandSeriesEventHandler(sender As Object, e As ExpandSeriesEventArgs)
| Type | Name | Description |
|---|---|---|
| object | sender | The source of the event |
| ExpandSeriesEventArgs | e | FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs that contains the event data. |