Class ToastOpenArgs
Specifies the event arguments of Toast open.
Inheritance
System.Object
ToastOpenArgs
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastOpenArgs : Object
Constructors
ToastOpenArgs()
Declaration
public ToastOpenArgs()
Properties
Key
Defines current Toast Key.
Declaration
public int Key { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 | Accepts an integer value. |
Options
Defines current Toast model properties as options.
Declaration
public ToastModel Options { get; set; }
Property Value
Type | Description |
---|---|
ToastModel | An instance of ToastModel representing the options for the Toast. |