'Declaration
Public ReadOnly Property WillChangeToIndex As System.Integer
public System.int WillChangeToIndex {get;}
Remarks
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.