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