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 |