Basic Library for WPF and Silverlight | ComponentOne
C1.WPF Namespace / AutoSearchBufferChangedEventArgs Class / Indexes Property

In This Topic
    Indexes Property (AutoSearchBufferChangedEventArgs)
    In This Topic
    The collection of indexes.
    Syntax
    'Declaration
     
    
    Public Property Indexes As List(Of Integer)
    public List<int> Indexes {get; set;}
    See Also