共用方式為


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 ,提供回呼的資料。

備註

在目前版本中,只有在使用者變更使用中小工具的大小時,才會引發此事件。

傳入這個回呼方法的物件只會保證在回呼內有效。 您不應該儲存這些物件的參考,因為它們在回呼內容之外的行為是未定義的。

適用於