Blazor

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class ToastClickEventArgs - Blazor API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved