WidgetContextChangedArgs Class

Definition

public ref class WidgetContextChangedArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.Windows.Widgets.WidgetContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WidgetContextChangedArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.Windows.Widgets.WidgetContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WidgetContextChangedArgs
Public NotInheritable Class WidgetContextChangedArgs
Inheritance
Object Platform::Object IInspectable WidgetContextChangedArgs
Attributes

Remarks

In the current release, this callback is raised when the selected size of the widget within the widget host changes.

Properties

WidgetContext

Gets the WidgetContext object associated with the IWidgetProvider.OnWidgetContextChanged(WidgetContextChangedArgs) callback.

Applies to