'Declaration
Protected Overrides Sub OnFormClosing( _ ByVal e As FormClosingEventArgs _ )
'Usage
Dim instance As QueuePathDialog Dim e As FormClosingEventArgs instance.OnFormClosing(e)
protected override void OnFormClosing( FormClosingEventArgs e )
protected: void OnFormClosing( FormClosingEventArgs^ e ) override
Parameters
- e
- A System.Windows.Forms.FormClosingEventArgs that contains the event data.