DarthMazut / MochaLibrary

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

`IDialogClosing` does not expose result of interaction #22

Open DarthMazut opened 2 months ago

DarthMazut commented 2 months ago
ICustomDialogModule module = ...
module.Closing += (s, e) =>
{
    // How can I know what was the action, that triggered dialog closing?
}