Class ToastBeforeCloseArgs
Specifies the event arguments of Toast before close.
Inheritance
System.Object
ToastBeforeCloseArgs
Namespace: Syncfusion.Blazor.Notifications
Assembly: Syncfusion.Blazor.dll
Syntax
public class ToastBeforeCloseArgs : Object
Constructors
ToastBeforeCloseArgs()
Declaration
public ToastBeforeCloseArgs()
Properties
Cancel
Defines the prevent action for before closing toast.
Declaration
public bool Cancel { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
|
Key
Defines the 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. |
RequestType
Defines the current Toast is interacted or not.
Declaration
public string RequestType { get; set; }
Property Value
Type | Description |
---|---|
System.String | Accepts the string value. |