Share via


SubscribeContextCallback(TContextItemType) 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(Of TContextItemType As ContextItem) ( _
    item As TContextItemType _
)
'Usage
Dim instance As New SubscribeContextCallback(Of TContextItemType)(AddressOf HandlerMethod)
public delegate void SubscribeContextCallback<TContextItemType>(
    TContextItemType item
)
where TContextItemType : ContextItem
generic<typename TContextItemType>
where TContextItemType : ContextItem
public delegate void SubscribeContextCallback(
    TContextItemType item
)
type SubscribeContextCallback = 
    delegate of 
        item:'TContextItemType -> unit
JScript does not support generic types and methods.

Type Parameters

  • TContextItemType

Parameters

  • item
    Type: TContextItemType

See Also

Reference

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