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 |
Element
Defines the Toast element.
Declaration
public DOM Element { get; set; }
Property Value
Type | Description |
---|---|
DOM |