C# Класс InTheHand.UI.ApplicationSettings.SettingsCommand

Creates a settings command object that represents a settings entry. This settings command can be appended to the ApplicationCommands collection.
Наследование: IUICommand
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
SettingsCommand ( object settingsCommandId, string label, UICommandInvokedHandler handler ) : System

Creates a new settings command.

Описание методов

SettingsCommand() публичный Метод

Creates a new settings command.
public SettingsCommand ( object settingsCommandId, string label, UICommandInvokedHandler handler ) : System
settingsCommandId object The ID of the command.
label string The label for the command, which is displayed in the settings pane.
handler UICommandInvokedHandler The event handler that is called when the user selects this command in the settings pane.
Результат System