MobileForms Toolkit Documentation

SelectedIndexChangedEventArgs  Constructor (Int32, Int32, SelectionType)

Initializes a new instance of the SelectedIndexChangedEventArgs class with the specified indexes.

public SelectedIndexChangedEventArgs(
int groupIndex,
int shortcutIndex,
SelectionType aSelectionType
);

Parameters

groupIndex
Index in groups
shortcutIndex
Index in shortcuts of selected group.
aSelectionType
Specifies the action that raised a SelectedIndexChanged event.

Remarks

Create SelectedIndexChangedEventArgs class with specific attributes.

See Also

SelectedIndexChangedEventArgs Class | Resco.Controls.OutlookControls Namespace | SelectedIndexChangedEventArgs Constructor Overload List