MobileForms Toolkit Documentation

OutlookShortcutBar.OnSelectedGroupIndexChanged Method 

Raises the SelectedGroupIndexChanged event.

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