ClassFileSearchCompletedEventArgs
Class
Event arguments for SearchCompleted event.
Definition
Namespace:Telerik.Windows.Controls.FileSearch
Assembly:Telerik.Windows.Controls.dll
Syntax:
cs-api-definition
public class FileSearchCompletedEventArgs : EventArgs
Inheritance: objectEventArgsFileSearchCompletedEventArgs
Inherited Members
Constructors
FileSearchCompletedEventArgs(int, bool)
Initializes a new instance of the FileSearchCompletedEventArgs class.
Properties
FilesCount
The number files found before completion.
IsCanceled
Gets a value indicating whether the search operation is cancelled by the user.