IWidgetProvider.OnWidgetContextChanged(WidgetContextChangedArgs) 方法

定义

当小组件主机中小组件的配置发生更改时调用。

public:
 void OnWidgetContextChanged(WidgetContextChangedArgs ^ contextChangedArgs);
void OnWidgetContextChanged(WidgetContextChangedArgs const& contextChangedArgs);
public void OnWidgetContextChanged(WidgetContextChangedArgs contextChangedArgs);
function onWidgetContextChanged(contextChangedArgs)
Public Sub OnWidgetContextChanged (contextChangedArgs As WidgetContextChangedArgs)

参数

contextChangedArgs
WidgetContextChangedArgs

WidgetContextChangedArgs 回调提供数据的 对象。

注解

在当前版本中,仅当用户更改活动小组件的大小时,才会引发此事件。

传入此回调方法的对象仅保证在回调中有效。 不应存储对这些对象的引用,因为它们在回调上下文之外的行为未定义。

适用于