Documentation for a minimal subset of the QSM API
ContextCallback<(Of <C1, C2>)> Delegate
Namespaces > QS.Fx.Base > ContextCallback<(Of C1, C2>)
This class represents a callback with two context objects of specific types passed as arguments.
Syntax
C#Visual BasicManaged C++
public delegate void ContextCallback<C1, C2> (
	C1 context1,
	C2 context2
)
Public Delegate Sub ContextCallback(Of C1, C2) ( _
	context1 As C1, _
	context2 As C2 _
)
generic<typename C1, typename C2>
public delegate void ContextCallback (
	C1 context1, 
	C2 context2
)
Type Parameters
C1
The type of the 1st context object.
C2
The type of the 2nd context object.
Parameters
context1 (C1)
The 1st context object passed as argument.
context2 (C2)
The 2nd context object passed as argument.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0