IWidgetProvider.OnWidgetContextChanged(WidgetContextChangedArgs) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
当小组件主机中小组件的配置发生更改时调用。
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 回调提供数据的 对象。
注解
在当前版本中,仅当用户更改活动小组件的大小时,才会引发此事件。
传入此回调方法的对象仅保证在回调中有效。 不应存储对这些对象的引用,因为它们在回调上下文之外的行为未定义。