eDriven Framework API
CollectionEvent Constructor (type, items)
NamespaceseDriven.Gui.EventsCollectionEventCollectionEvent(String, List<(Of <<'(Object>)>>))
eDriven Framework API
Constructor
Declaration Syntax
C#Visual BasicVisual C++
public CollectionEvent(
	string type,
	List<Object> items
)
Public Sub New ( _
	type As String, _
	items As List(Of Object) _
)
public:
CollectionEvent(
	String^ type, 
	List<Object^>^ items
)
Parameters
type (String)
items (List<(Of <(<'Object>)>)>)

Assembly: eDriven.Gui (Module: eDriven.Gui) Version: 2.0.1.0 (2.0.1.0)