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


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

    Parameters

    e
    See Also