Class FileSearchProgressChangedEventArgs
Event arguments for FileSearchProgressChanged event.
Inheritance
System.Object
FileSearchProgressChangedEventArgs
Namespace: Telerik.Windows.Controls.FileSearch
Assembly: Telerik.Windows.Controls.dll
Syntax
public class FileSearchProgressChangedEventArgs : EventArgs
Constructors
FileSearchProgressChangedEventArgs(IEnumerable<IPropertyValueProvider>)
Initializes a new instance of the FileSearchProgressChangedEventArgs class.
Declaration
public FileSearchProgressChangedEventArgs(IEnumerable<IPropertyValueProvider> files)
Parameters
System.Collections.Generic.IEnumerable<IPropertyValueProvider>
files
|
Properties
Files
Gets or sets the current chunk of file wrappers found.
Declaration
public IEnumerable<IPropertyValueProvider> Files { get; }
Property Value
System.Collections.Generic.IEnumerable<IPropertyValueProvider>
|