Share via


WidgetCustomizationRequestedArgs Class

Definition

Provides data for the OnCustomizationRequested event which is raised when the user has requested widget customization through the widget host UI.

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

Properties

CustomState

Gets a string containing custom state for the widget associated with the customization request.

WidgetContext

Gets the WidgetContext object associated with the customization request. This object provides information about the configuration of a widget within the widget host.

Applies to