ComponentOne List for WinForms
C1.Win.C1List.ListBase Namespace / C1ListBase Class / WillChangeToIndex Property

In This Topic
    WillChangeToIndex Property (C1ListBase)
    In This Topic
    Returns the bookmark identifying the will-be selected item in a control.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property WillChangeToIndex As Integer
    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.
    See Also