DbMaintenanceViewModel<(Of <(<'TEntity>)>)>..::..OnWindowClosing Method
called when the user is trying to close the view.
Namespace:
RingSoft.DbMaintenanceAssembly: 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.