InfoConnect API Guide
Attachmate.Reflection.Framework Namespace / Application Class / OnApplicationClosed Method


In This Topic
    OnApplicationClosed Method
    In This Topic
    Raise ApplicationClosed event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnApplicationClosed( _
       ByVal eventArgs As EventArgs _
    ) 
    'Usage
     
    
    Dim instance As Application
    Dim eventArgs As EventArgs
     
    instance.OnApplicationClosed(eventArgs)
    protected virtual void OnApplicationClosed( 
       EventArgs eventArgs
    )

    Parameters

    eventArgs
    See Also