This topic has not yet been rated - Rate this topic

SettingsCommand.Invoked | invoked property

Gets or sets the handler for the event that is raised when the user selects the command.

Syntax


var invoked = settingsCommand.invoked;
settingsCommand.invoked = invoked;

Property value

Type: UICommandInvokedHandler

The event handler associated with the command.

Requirements

Minimum supported client

Windows 8

Minimum supported server

Windows Server 2012

Namespace

Windows.UI.ApplicationSettings
Windows::UI::ApplicationSettings [C++]

Metadata

Windows.winmd

See also

SettingsCommand

 

 

Build date: 12/4/2012

© 2013 Microsoft. All rights reserved.