ShowToastEventArgs 类
- 命名空间
- ClassIsland.Core.Models.UI
- 程序集
- ClassIsland.Core.dll
显示 Toast 事件参数。
public class ShowToastEventArgs : RoutedEventArgs
- 继承
-
RoutedEventArgsShowToastEventArgs
- 继承成员
-
RoutedEventArgs.HandledRoutedEventArgs.RoutedEventRoutedEventArgs.RouteRoutedEventArgs.Source
属性
Message
Toast 事件包含的消息。
public ToastMessage Message { get; }