Spread Windows Forms 12.0 Product Documentation
ExpandSeriesEventHandler Delegate


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.Chart Namespace : ExpandSeriesEventHandler Delegate
The source of the event
FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs that contains the event data.
Represents the method that handles the event of expanding series by UI
Syntax
'Declaration
 
Public Delegate Sub ExpandSeriesEventHandler( _
   ByVal sender As Object, _
   ByVal e As ExpandSeriesEventArgs _
) 
'Usage
 
Dim instance As New ExpandSeriesEventHandler(AddressOf HandlerMethod)
public delegate void ExpandSeriesEventHandler( 
   object sender,
   ExpandSeriesEventArgs e
)

Parameters

sender
The source of the event
e
FarPoint.Win.Spread.Chart.ExpandSeriesEventArgs that contains the event data.
See Also

Reference

ExpandSeriesEventHandler Members
FarPoint.Win.Spread.Chart Namespace