DockingMenuEventArgs Class
Provides event arguments for customizing a docking-related context or drop-down menu.
public class DockingMenuEventArgs : DockingWindowEventArgs
- Inheritance:
- object EventArgs RoutedEventArgs CancelRoutedEventArgs DockingWindowEventArgs object
Constructors
DockingMenuEventArgs(DockingMenuKind)
Initializes an instance of the class.
public DockingMenuEventArgs(DockingMenuKind kind)
Parameter | Type | Description |
---|---|---|
kind | DockingMenuKind | A DockingMenuKind indicating the menu kind. |
Properties
Kind
A DockingMenuKind indicating the menu kind.
Menu
The Avalonia.Controls.MenuFlyout that is about to be displayed.
public MenuFlyout? Menu { get; set; }
Property Value
- MenuFlyout
Inherited Members
- DockingWindowEventArgs.Window
- CancelRoutedEventArgs.Cancel
- RoutedEventArgs.Handled
- RoutedEventArgs.RoutedEvent
- RoutedEventArgs.Route
- RoutedEventArgs.Source
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()