Class TrayIconEventArgs
Provides data for events related to the tray icon, including information about the associated flyout to display.
Inherited Members
Namespace: WinUIEx
Assembly: WinUIEx.dll
Syntax
public class TrayIconEventArgs : EventArgs
Properties
Name | Description |
---|---|
Flyout | Gets or sets the flyout to be shown when this event triggers. |
Handled | Prevents any default action associated with this event. |