Provides data for the OnClose event that fires when a notification closes.
Definition
Namespace:Telerik.Blazor.Components
Assembly:Telerik.Blazor.dll
Syntax:
C#
public class NotificationCloseEventArgs
Inheritance: objectNotificationCloseEventArgs
Constructors
C#
public NotificationCloseEventArgs()
Properties
Specifies how the notification was closed — by the built-in timer or through user interaction.
C#
public NotificationCloseAction CloseAction { get; set; }
The notification model that was closed.
C#
public NotificationModel Model { get; set; }