UserInterface..::..Form_Closing Method

Namespace:  JiwaFinancials.Jiwa.JiwaApplication.Maintenance
Assembly:  JiwaApplication (in JiwaApplication.dll)

Syntax


public virtual void Form_Closing(
	Object eventSender,
	FormClosingEventArgs e
)
Public Overridable Sub Form_Closing ( _
	eventSender As Object, _
	e As FormClosingEventArgs _
)
public:
virtual void Form_Closing(
	Object^ eventSender, 
	FormClosingEventArgs^ e
)

Parameters

eventSender
Type: Object
e
Type: FormClosingEventArgs