PrepAway - Latest Free Exam Questions & Answers

You need to define a custom help setting in the event procedure

You are developing a Windows Store app.
The following code segment defines an event procedure. (Line numbers are included for reference only.)

You need to define a custom help setting in the event procedure.

PrepAway - Latest Free Exam Questions & Answers

Answer:

Explanation:

2 Comments on “You need to define a custom help setting in the event procedure

  1. Danny Nelier says:

    The order cannot be right. You cannot use the settingsHandler in you settings command if it is not defined yet.

    I would say the answer is:

    UICommandInvokeHandler settingsHandler = new UICommandInvokeHandler(OnSettingsClicked)
    SettingsCommand helpCommand = new….
    eventArgs.Request.ApplicationCommands.Add(helpCommand)

    Someone else?




    0



    0

Leave a Reply