Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
DynamicCollectionEventArgs Constructor (key, value, type)
NamespacesGenesyslab.Desktop.Infrastructure.ConfigurationDynamicCollectionEventArgsDynamicCollectionEventArgs(String, Object, DynamicCollectionEventArgs..::.Kind)
Initializes a new instance of the DynamicCollectionEventArgs class.
Declaration Syntax
C#Visual BasicVisual C++
public DynamicCollectionEventArgs(
	string key,
	Object value,
	DynamicCollectionEventArgs..::.Kind type
)
Public Sub New ( _
	key As String, _
	value As Object, _
	type As DynamicCollectionEventArgs..::.Kind _
)
public:
DynamicCollectionEventArgs(
	String^ key, 
	Object^ value, 
	DynamicCollectionEventArgs..::.Kind type
)
Parameters
key (String)
The key.
value (Object)
The value.
type (DynamicCollectionEventArgs..::.Kind)
The type.

Assembly: Genesyslab.Desktop.Infrastructure (Module: Genesyslab.Desktop.Infrastructure) Version: 8.0.2.15 (8.0.002.15)