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
파일 보기 프로젝트 열기: inthehand/Charming 1 사용 예제들

공개 메소드들

메소드 설명
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