Unplanned
Last Updated: 12 May 2022 08:43 by Daniel
Can
Created on: 06 Mar 2021 19:41
Category: Notification
Type: Feature Request
9
Close event for notifications
There could be an event on the component that receives three fields in its event arguments - 1) bool whether it was closed manually or through a timer, 2) the Text (if originally provided) and 3) the model (if provided - you either pass text or a model).
1 comment
Daniel
Posted on: 12 May 2022 08:43
The current work around for this is to have a component within the Template that implements IDisposable and have the Dispose method invoke a function and then bind that function with the context on the parent. Not ideal but a workaround none the less