Click or drag to resize

EventArgData<DataItemClass> Constructor (List<DataItemClass>, Actions)

constructor by parameter List

Namespace:  SOWIData
Assembly:  SOWIData (in SOWIData.dll) Version: 19.1.23.1 (19.1.23.622)
Syntax
public EventArgData(
	ref List<DataItemClass> pList,
	Actions pAction
)

Parameters

pList
Type: System.Collections.Generic.List<DataItemClass>
set data list of type DataItemClass
pAction
Type: SOWIData.Actions
data action
See Also