MobileForms Toolkit Documentation

OutlookShortcutBar.OnShortcutEntered Method 

Raises the ShortcutEntered event.

protected void OnShortcutEntered(
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