In This Article

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 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.

public object Item { get; }

Property Value

object

Key

A string that uniquely identifies the item.

public string Key { get; }

Property Value

string

Inherited Members

Extension Methods