C# Class InTheHand.UI.ApplicationSettings.SettingsCommand

Creates a settings command object that represents a settings entry. This settings command can be appended to the ApplicationCommands collection.
Inheritance: IUICommand
Afficher le fichier Open project: inthehand/Charming Class Usage Examples

Méthodes publiques

Méthode Description
SettingsCommand ( object settingsCommandId, string label, UICommandInvokedHandler handler ) : System

Creates a new settings command.

Method Details

SettingsCommand() public méthode

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.
Résultat System