RibbonQuickAccessToolBarItemAddedEventArgs Class
Provides event data for quick-access toolbar item added events.
public class RibbonQuickAccessToolBarItemAddedEventArgs : RoutedEventArgs
Constructors
RibbonQuickAccessToolBarItemAddedEventArgs(string, object)
Initializes a new instance of the class.
public RibbonQuickAccessToolBarItemAddedEventArgs(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
- 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()