Interaction Workspace 8.0.0 .NET Developer's Guide and API Reference
EventArgs<(Of <(PROPERTY1, PROPERTY2>)>) Constructor (value, value2)
NamespacesGenesyslab.Desktop.InfrastructureEventArgs<(Of <(PROPERTY1, PROPERTY2>)>)EventArgs<(Of <(PROPERTY1, PROPERTY2>)>)(PROPERTY1, PROPERTY2)
Gets the value of the specified type.
Declaration Syntax
C#Visual BasicVisual C++
public EventArgs(
	PROPERTY1 value,
	PROPERTY2 value2
)
Public Sub New ( _
	value As PROPERTY1, _
	value2 As PROPERTY2 _
)
public:
EventArgs(
	PROPERTY1 value, 
	PROPERTY2 value2
)
Parameters
value (PROPERTY1)
The value of the first argument.
value2 (PROPERTY2)
The value of the second argument.

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