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
Element
Defines the Toast element.
Declaration
public DOM Element { get; set; }
Property Value
Type | Description |
---|---|
DOM |
Key
Defines current Toast Key.
Declaration
public int Key { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
Options
Defines current Toast model properties as options.
Declaration
public ToastModel Options { get; set; }
Property Value
Type | Description |
---|---|
ToastModel |