eDriven Framework API
Slot Delegate
NamespaceseDriven.Core.SignalsSlot
eDriven Framework API
Slot is a method with the folowing signiture
Declaration Syntax
C#Visual BasicVisual C++
public delegate void Slot(
	params Object[] parameters
)
Public Delegate Sub Slot ( _
	ParamArray parameters As Object() _
)
public delegate void Slot(
	... array<Object^>^ parameters
)
Parameters
parameters (array<Object>[]()[][])

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