RingSoft.DbLookup.Controls.WPF.Properties Namespace
RingSoft.DbMaintenance Namespace

DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..OnWindowClosing Method

called when the user is trying to close the view.

Namespace:  RingSoft.DbMaintenance
Assembly:  RingSoft.DbMaintenance (in RingSoft.DbMaintenance.dll)

Syntax


public void OnWindowClosing(
	CancelEventArgs e
)
Public Sub OnWindowClosing ( _
	e As CancelEventArgs _
)
public:
void OnWindowClosing(
	CancelEventArgs^ e
)

Parameters

e
Type: CancelEventArgs
The CancelEventArgs instance containing the event data.