Spread Windows Forms 17
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.


In This Topic
    ExpandSeriesEventHandler Delegate
    In This Topic
    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