Class FileSearchProgressChangedEventArgs
Event arguments for FileSearchProgressChanged event.
Inheritance
System.Object
System.EventArgs
FileSearchProgressChangedEventArgs
Inherited Members
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WinControls.FileSearch
Assembly: Telerik.WinControls.UI.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>
|