New to Telerik UI for WPFStart a free 30-day trial

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 EventArgs.Empty

Constructors

Initializes a new instance of the FileSearchProgressChangedEventArgs class.

C#
public FileSearchProgressChangedEventArgs(IEnumerable<IPropertyValueProvider> files)
Parameters:filesIEnumerable<IPropertyValueProvider>

Properties

Gets or sets the current chunk of file wrappers found.

C#
public IEnumerable<IPropertyValueProvider> Files { get; }