DarthMazut / MochaLibrary

Just another MVVM library which gives you some abstract classes out-of-the-box.
0 stars 0 forks source link

Closing `WindowModule` via `Close()` method does not trigger `Closing` event #34

Open DarthMazut opened 1 month ago

DarthMazut commented 1 month ago

Bug or feature?

Feels like this is fine, because when you close manually you can as well check for any confirmation manually - but the issue here is how other frameworks work? Most likely they would call Closing event - to be verified...