This class represents a callback with single a context object of unspecified type passed as argument.

Syntax
C# | Visual Basic | Managed C++ |
public delegate void ContextCallback (
Object context
)
Public Delegate Sub ContextCallback ( _
context As Object _
)
public delegate void ContextCallback (
Object^ context
)

Parameters
- context (Object)
- The context object passed as argument.
Assembly: QuickSilver_1 (Module: QuickSilver_1) Version: 1.0.0.0