MobileForms Toolkit Documentation

OutlookShortcutBar.OnSelectedShortcutIndexChanged Method 

Raises the SelectedShortcutIndexChanged event.

protected void OnSelectedShortcutIndexChanged(
object sender,
SelectedIndexChangedEventArgs e
);

Parameters

sender
Object which raises the event.
e
An SelectedIndexChangedEventArgs that contains the event data.

Remarks

Raising an event invokes the event handler through a delegate.

See Also

OutlookShortcutBar Class | Resco.Controls.OutlookControls Namespace