Reflection .NET API
Attachmate.Reflection.Framework Assembly / Attachmate.Reflection.Framework Namespace / Application Class / OnApplicationClosing Method


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

    Parameters

    eventArgs
    See Also