Class ToastBeforeOpenArgs
Specifies the event arguments of Toast before open.
Inheritance
System.Object
ToastBeforeOpenArgs
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastBeforeOpenArgs : Object
Constructors
ToastBeforeOpenArgs()
Declaration
public ToastBeforeOpenArgs()
Properties
Cancel
Defines the prevent action for before opening toast.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
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. |