Reflection .NET API
Attachmate.Reflection.Emulation.IbmHosts Assembly / Attachmate.Reflection.Emulation.IbmHosts Namespace / IbmPrinter Class / OnClosed Method


In This Topic
    OnClosed Method
    In This Topic
    Fires OnClosed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnClosed( _
       ByVal args As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As IbmPrinter
    Dim args As EventArgs
     
    instance.OnClosed(args)
    protected virtual void OnClosed( 
       EventArgs args
    )

    Parameters

    args
    See Also