RibbonQuickAccessToolBarItemAddingEventArgs Class
Provides event data for quick-access toolbar item adding events.
public class RibbonQuickAccessToolBarItemAddingEventArgs : CancelRoutedEventArgs
Constructors
RibbonQuickAccessToolBarItemAddingEventArgs(string, object?)
Initializes a new instance of the class.
public RibbonQuickAccessToolBarItemAddingEventArgs(string key, object? item)
Parameter | Type | Description |
---|---|---|
key | string | A string that uniquely identifies the item. |
item | object | The item being added. |
Properties
Item
The item being added.
Key
A string that uniquely identifies the item.
Inherited Members
- 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()