Blazor

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

    Show / Hide Table of Contents

    Class ToastOpenArgs

    Specifies the event arguments of Toast open.

    Inheritance
    System.Object
    ToastOpenArgs
    Namespace: Syncfusion.Blazor.Notifications
    Assembly: Syncfusion.Blazor.dll
    Syntax
    public class ToastOpenArgs : Object

    Constructors

    ToastOpenArgs()

    Declaration
    public ToastOpenArgs()

    Properties

    Element

    Defines the Toast element.

    Declaration
    public DOM Element { get; set; }
    Property Value
    Type Description
    DOM

    Key

    Defines current Toast Key.

    Declaration
    public int Key { get; set; }
    Property Value
    Type Description
    System.Int32

    Options

    Defines current Toast model properties as options.

    Declaration
    public ToastModel Options { get; set; }
    Property Value
    Type Description
    ToastModel
    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved