Class NewNotificationEventArgs
- Namespace
- Lers
- Assembly
- Lers.System.dll
Аргументы события создания нового уведомления.
public class NewNotificationEventArgs : EventArgs
- Inheritance
-
NewNotificationEventArgs
- Inherited Members
- Extension Methods
Properties
Notification
Добавленное уведомление.
public Notification Notification { get; }
Property Value
ShowPopup
Для уведомления нужно отобразить всплывающее окно.
public bool ShowPopup { get; }