InfoConnect for Unisys
OnApplicationClosed Method


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