WebUICommandBarItemInvokedEventArgs Class

Definition

Deprecated. Contains event data about the WebUICommandBarIconButton ItemInvoked event.

public ref class WebUICommandBarItemInvokedEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.UI.WebUI.Core.WebUICommandBarContract, 65536)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class WebUICommandBarItemInvokedEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.UI.WebUI.Core.WebUICommandBarContract), 65536)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class WebUICommandBarItemInvokedEventArgs
Public NotInheritable Class WebUICommandBarItemInvokedEventArgs
Inheritance
Object Platform::Object IInspectable WebUICommandBarItemInvokedEventArgs
Attributes

Windows requirements

Device family
Windows Mobile Extension SDK (introduced in 10.0.10240.0)
API contract
Windows.UI.WebUI.Core.WebUICommandBarContract (introduced in v1.0)

Remarks

Use of the Command Bar (also known as "App Bar") UX element is deprecated for UWP apps using JavaScript and no longer supported. If your app still requires it, this functionality is available from the WinJS 4 library.

Properties

IsPrimaryCommand

Deprecated. Gets if the invoked command is a primary command.

Applies to