Class
NotificationCloseEventArgs

Provides data for the OnClose event that fires when a notification closes.

Definition

Namespace:Telerik.Blazor.Components

Assembly:Telerik.Blazor.dll

Syntax:

cs-api-definition
public class NotificationCloseEventArgs

Inheritance: objectNotificationCloseEventArgs

Constructors

NotificationCloseEventArgs()

Declaration

cs-api-definition
public NotificationCloseEventArgs()

Properties

CloseAction

Specifies how the notification was closed — by the built-in timer or through user interaction.

Declaration

cs-api-definition
public NotificationCloseAction CloseAction { get; set; }

Property Value

NotificationCloseAction

Model

The notification model that was closed.

Declaration

cs-api-definition
public NotificationModel Model { get; set; }

Property Value

NotificationModel