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