Event arguments for FileSearchProgressChanged event.
Definition
Namespace:Telerik.Windows.Controls.FileSearch
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class FileSearchProgressChangedEventArgs : EventArgs
Inheritance: objectEventArgsFileSearchProgressChangedEventArgs
Inherited Members
Constructors
Initializes a new instance of the FileSearchProgressChangedEventArgs class.
C#
public FileSearchProgressChangedEventArgs(IEnumerable<IPropertyValueProvider> files)
Properties
Gets or sets the current chunk of file wrappers found.
C#
public IEnumerable<IPropertyValueProvider> Files { get; }