ClassReturnedNullOrEmptyEventArgs
Class
ReturnedNullOrEmpty event argument.
Definition
Namespace:ArtOfTest.WebAii.EventsArgs
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public class ReturnedNullOrEmptyEventArgs : EventArgs
Inheritance: objectEventArgsReturnedNullOrEmptyEventArgs
Inherited Members
Constructors
ReturnedNullOrEmptyEventArgs(FindError)
Create new ReturnedNullOrEmptyEventArgs
Declaration
cs-api-definition
public ReturnedNullOrEmptyEventArgs(FindError findErrorData)
Parameters
findErrorData
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.