SubscribeContextCallback<TContextItemType> 委派
會定義當內容項目變更時叫用的回呼方法。
命名空間: Microsoft.Windows.Design
組件: Microsoft.Windows.Design.Extensibility (在 Microsoft.Windows.Design.Extensibility.dll 中)
語法
'宣告
Public Delegate Sub SubscribeContextCallback(Of TContextItemType As ContextItem) ( _
item As TContextItemType _
)
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 不支援泛型型別或方法。
型別參數
- TContextItemType
參數
- item
型別:TContextItemType
已變更的內容項目。
備註
請使用 Subscribe 方法,訂閱內容項目的變更告知。