Class UiNotificationEventArgs
Inheritance
UiNotificationEventArgs
Assembly: Volo.Abp.AspNetCore.Components.dll
Syntax
public class UiNotificationEventArgs : EventArgs
Constructors
UiNotificationEventArgs(UiNotificationType, string, string?, UiNotificationOptions)
Declaration
public UiNotificationEventArgs(UiNotificationType notificationType, string message, string? title, UiNotificationOptions options)
Parameters
Properties
Message
Declaration
public string Message { get; }
Property Value
NotificationType
Declaration
public UiNotificationType NotificationType { get; set; }
Property Value
Options
Declaration
public UiNotificationOptions Options { get; }
Property Value
Title
Declaration
public string? Title { get; }
Property Value
Extension Methods