thexamlguy / NotificationFlyout

MIT License
0 stars 0 forks source link

Add NotificationFlyout events #12

Closed thexamlguy closed 3 years ago

thexamlguy commented 3 years ago

Similar to those found in the Flyout

public event EventHandler<object> Closed;
public event TypedEventHandler<NotificationFlyout, NotificationFlyoutClosingEventArgs> Closing;
public event EventHandler<object> Opened;
public event EventHandler<object> Opening;
thexamlguy commented 3 years ago

Done in https://github.com/TheXamlGuy/NotificationFlyout/commit/20441d5749f0bbaa99ee591dc2c6898c73cf1626.