Class
ReturnedNullOrEmptyEventArgs

ReturnedNullOrEmpty event argument.

Definition

Namespace:ArtOfTest.WebAii.EventsArgs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class ReturnedNullOrEmptyEventArgs : EventArgs

Inheritance: objectEventArgsReturnedNullOrEmptyEventArgs

Inherited Members EventArgs.Empty

Constructors

ReturnedNullOrEmptyEventArgs(FindError)

Create new ReturnedNullOrEmptyEventArgs

Declaration

cs-api-definition
public ReturnedNullOrEmptyEventArgs(FindError findErrorData)

Parameters

findErrorData

FindError

The find error data object that contains information on the find error that results in a null or an empty list of elements to be returned.

Properties

FindErrorData

Gets the FindErrorData object that contains information regarding the identification that caused this event.

Declaration

cs-api-definition
public FindError FindErrorData { get; }

Property Value

FindError