Spread Windows Forms 17
GrapeCity.Spreadsheet.WinForms.Ribbon Assembly / GrapeCity.Spreadsheet.WinForms.Ribbon.Dialogs Namespace / PreviewDlg Class / OnLoad Method


In This Topic
    OnLoad Method (PreviewDlg)
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Overrides Sub OnLoad( _
       ByVal e As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As PreviewDlg
    Dim e As EventArgs
     
    instance.OnLoad(e)
    protected override void OnLoad( 
       EventArgs e
    )

    Parameters

    e
    See Also