'Declaration Protected Overridable Sub OnApplicationClosed( _ ByVal eventArgs As EventArgs _ )
'Declaration
Protected Overridable Sub OnApplicationClosed( _ ByVal eventArgs As EventArgs _ )
'Usage Dim instance As Application Dim eventArgs As EventArgs instance.OnApplicationClosed(eventArgs)
'Usage
Dim instance As Application Dim eventArgs As EventArgs instance.OnApplicationClosed(eventArgs)
protected virtual void OnApplicationClosed( EventArgs eventArgs )
Application Class Application Members