Documentation for a minimal subset of the QSM API
ContextCallback<(Of <C>)> Delegate
Namespaces > QS.Fx.Base > ContextCallback<(Of C>)
This class represents a callback with single a context object of a specific type passed as argument.
Syntax
C#Visual BasicManaged C++
public delegate void ContextCallback<C> (
	C context
)
Public Delegate Sub ContextCallback(Of C) ( _
	context As C _
)
generic<typename C>
public delegate void ContextCallback (
	C context
)
Type Parameters
C
The type of the context object.
Parameters
context (C)
The context object passed as argument.

Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0