Show / Hide Table of Contents

Class TrayIconEventArgs

Provides data for events related to the tray icon, including information about the associated flyout to display.

Inheritance
object
EventArgs
TrayIconEventArgs
Inherited Members
EventArgs.Empty
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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.

  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX