SubscribeContextCallback<TContextItemType> 委托

定义

定义一个将在更改上下文项时调用的回调方法。

generic <typename TContextItemType>
 where TContextItemType : ContextItempublic delegate void SubscribeContextCallback(TContextItemType item);
public delegate void SubscribeContextCallback<TContextItemType>(TContextItemType item) where TContextItemType : ContextItem;
type SubscribeContextCallback<'ContextItemType (requires 'ContextItemType :> ContextItem)> = delegate of 'ContextItemType -> unit
Public Delegate Sub SubscribeContextCallback(Of TContextItemType)(item As TContextItemType)

类型参数

TContextItemType

上下文项的类型。

参数

item
TContextItemType

更改的上下文项。

扩展方法

GetMethodInfo(Delegate)

获取指示指定委托表示的方法的对象。

适用于