Class
FileSearchProgressChangedEventArgs

Event arguments for FileSearchProgressChanged event.

Definition

Namespace:Telerik.Windows.Controls.FileSearch

Assembly:Telerik.Windows.Controls.dll

Syntax:

cs-api-definition
public class FileSearchProgressChangedEventArgs : EventArgs

Inheritance: objectEventArgsFileSearchProgressChangedEventArgs

Inherited Members EventArgs.Empty

Constructors

FileSearchProgressChangedEventArgs(IEnumerable<IPropertyValueProvider>)

Initializes a new instance of the FileSearchProgressChangedEventArgs class.

Declaration

cs-api-definition
public FileSearchProgressChangedEventArgs(IEnumerable<IPropertyValueProvider> files)

Parameters

files

IEnumerable<IPropertyValueProvider>

Properties

Files

Gets or sets the current chunk of file wrappers found.

Declaration

cs-api-definition
public IEnumerable<IPropertyValueProvider> Files { get; }

Property Value

IEnumerable<IPropertyValueProvider>