SubscribeContextCallback Delegate

Namespace:  Microsoft.Data.Tools.Design.Core.Context
Assembly:  Microsoft.Data.Tools.Design.Core (in Microsoft.Data.Tools.Design.Core.dll)

Syntax

'Declaration
Public Delegate Sub SubscribeContextCallback ( _
    item As ContextItem _
)
'Usage
Dim instance As New SubscribeContextCallback(AddressOf HandlerMethod)
public delegate void SubscribeContextCallback(
    ContextItem item
)
public delegate void SubscribeContextCallback(
    ContextItem^ item
)
type SubscribeContextCallback = 
    delegate of 
        item:ContextItem -> unit
JScript supports the use of delegates, but not the declaration of new ones.

Parameters

See Also

Reference

Microsoft.Data.Tools.Design.Core.Context Namespace