BarMenuEventArgs Class
Provides event arguments for customizing a bar control's context or drop-down menu.
public class BarMenuEventArgs : CancelRoutedEventArgs
- Inheritance:
- object EventArgs RoutedEventArgs CancelRoutedEventArgs object
Constructors
BarMenuEventArgs(BarMenuKind)
Provides event arguments for customizing a bar control's context or drop-down menu.
public BarMenuEventArgs(BarMenuKind kind)
| Parameter | Type | Description |
|---|---|---|
| kind | BarMenuKind | A BarMenuKind indicating the menu kind. |
Properties
Kind
A BarMenuKind indicating the menu kind.
Menu
The ItemsControl whose menu items are about to be displayed.
Owner
The object that owns the menu (e.g., the object whose context menu is being displayed).
Inherited Members
- CancelRoutedEventArgs.Cancel
- EventArgs.Empty
- object.GetType()
- object.MemberwiseClone()
- object.ToString()
- object.Equals(object)
- object.Equals(object, object)
- object.ReferenceEquals(object, object)
- object.GetHashCode()