alexa
menu

MAUI

  • User Guide
  • Demos
  • Support
  • Forums
  • Download

    Show / Hide Table of Contents

    Class ToastNotificationEventArgs

    Provides data for the toast notification events.

    Inheritance
    System.Object
    ToastNotificationEventArgs
    Namespace: Syncfusion.Maui.AIAssistView
    Assembly: Syncfusion.Maui.AIAssistView.dll
    Syntax
    public class ToastNotificationEventArgs : CancelEventArgs

    Constructors

    ToastNotificationEventArgs(ToastNotification)

    Initializes a new instance of the ToastNotificationEventArgs class.

    Declaration
    public ToastNotificationEventArgs(ToastNotification toast)
    Parameters
    Type Name Description
    ToastNotification toast

    The toast notification that is about to be displayed.

    Properties

    Toast

    Gets the toast notification that is about to be displayed.

    Declaration
    public ToastNotification Toast { get; }
    Property Value
    Type
    ToastNotification
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved