Spread Windows Forms 15.0
FarPoint.Win.Spread.Design Assembly / FarPoint.Win.Spread.Design Namespace / DesignerMain Class / insertChartDlg_Shown Method


In This Topic
    insertChartDlg_Shown Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Sub insertChartDlg_Shown( _
       ByVal sender As Object, _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As DesignerMain
    Dim sender As Object
    Dim e As EventArgs
     
    instance.insertChartDlg_Shown(sender, e)
    public void insertChartDlg_Shown( 
       object sender,
       EventArgs e
    )

    Parameters

    sender
    e
    See Also