[]
        
(Showing Draft Content)

C1.Win.List.ListBase.C1ListBase.WillChangeToIndex

WillChangeToIndex Property

WillChangeToIndex

Returns the bookmark identifying the will-be selected item in a control.

Declaration
[Browsable(false)]
public 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.