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
Mostra file Open project: inthehand/Charming Class Usage Examples

Public Methods

Method Description
SettingsCommand ( object settingsCommandId, string label, UICommandInvokedHandler handler ) : System

Creates a new settings command.

Method Details

SettingsCommand() public method

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.
return System