Class
FileSearchCompletedEventArgs

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

Constructors

FileSearchCompletedEventArgs(int, bool)

Initializes a new instance of the FileSearchCompletedEventArgs class.

Declaration

cs-api-definition
public FileSearchCompletedEventArgs(int filesCount, bool isCanceled = false)

Parameters

filesCount

int

isCanceled

bool

Properties

FilesCount

The number files found before completion.

Declaration

cs-api-definition
public int FilesCount { get; }

Property Value

int

IsCanceled

Gets a value indicating whether the search operation is cancelled by the user.

Declaration

cs-api-definition
public bool IsCanceled { get; }

Property Value

bool