[]
Returns the bookmark identifying the will-be selected item in a control.
[Browsable(false)]
public int WillChangeToIndex { get; }
This property is used in the SelChange event. When you handle these events, the SelectedIndex will be the old selected index, and the WillChangeToIndex will be the new selected index.