Class
FindParamCollectionItemAddedEventArgs

FindParamCollection items added event args

Definition

Namespace:ArtOfTest.WebAii.EventsArgs

Assembly:ArtOfTest.WebAii.dll

Syntax:

cs-api-definition
public class FindParamCollectionItemAddedEventArgs : EventArgs

Inheritance: objectEventArgsFindParamCollectionItemAddedEventArgs

Inherited Members EventArgs.Empty

Constructors

FindParamCollectionItemAddedEventArgs(string, FindParam)

Create a new event args.

Declaration

cs-api-definition
public FindParamCollectionItemAddedEventArgs(string key, FindParam param)

Parameters

key

string

The key of the FindParam

param

FindParam

The FindParam object.

Properties

FindParam

Gets the FindParam object added.

Declaration

cs-api-definition
public FindParam FindParam { get; }

Property Value

FindParam

Key

Gets the FindParam key.

Declaration

cs-api-definition
public string Key { get; }

Property Value

string