Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / ChartSelectDataSource Class / OnClosing Method
A System.ComponentModel.CancelEventArgs that contains the event data.


In This Topic
    OnClosing Method (ChartSelectDataSource)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnClosing( _
       ByVal e As CancelEventArgs _
    ) 
    'Usage
     
    
    Dim instance As ChartSelectDataSource
    Dim e As CancelEventArgs
     
    instance.OnClosing(e)
    protected override void OnClosing( 
       CancelEventArgs e
    )

    Parameters

    e
    A System.ComponentModel.CancelEventArgs that contains the event data.
    See Also