MobileForms Toolkit Documentation

OutlookShortcutBar.SelectedShortcutIndexChanged Event

Occurs when the index of the selected shortcut in the control changes.

public event SelectedIndexChangedEventHandler SelectedShortcutIndexChanged;

Event Data

The event handler receives an argument of type SelectedIndexChangedEventArgs containing data related to this event. The following SelectedIndexChangedEventArgs properties provide information specific to this event.

Property Description
GroupIndex Selected index of groups.
SelectionAction Specifies the action that raised a SelectedIndexChanged event.
ShortcutIndex Selected index of shortcuts.

See Also

OutlookShortcutBar Class | Resco.Controls.OutlookControls Namespace