In This Article

MenuEventArgs Class

Provides event arguments for context or drop-down menu.

public class MenuEventArgs : CancelRoutedEventArgs
Inheritance:
object EventArgs RoutedEventArgs CancelRoutedEventArgs object

Constructors

MenuEventArgs()

Initializes an instance of the class.

public MenuEventArgs()

Properties

Menu

The Avalonia.Controls.MenuFlyout that is about to be displayed.

public MenuFlyout? Menu { get; set; }

Property Value

MenuFlyout

Inherited Members

Extension Methods