|
Dreamine.UI.Wpf.Controls 1.0.1
Dreamine.UI.Wpf.Controls 사용자 인터페이스 기능과 구성 요소를 제공합니다.
|
Public 멤버 함수 | |
| DreamineComboBoxCommandContext (string eventName, object? sender, object? args, ComboBox? combo) | |
| override string | ToString () |
속성 | |
| string | EventName [get] |
| object? | Sender [get] |
| object? | EventArgs [get] |
| ComboBox? | ComboBox [get] |
| object? | SelectedItem [get] |
| object? | SelectedValue [get] |
| int | SelectedIndex [get] |
명시적 명령 매개변수가 없을 때 전달되는 콤보 상자 이벤트 스냅숏입니다.
DreamineComboBox.cs 파일의 42 번째 라인에서 정의되었습니다.
|
inline |
이벤트 정보와 현재 선택 상태로 명령 컨텍스트를 만듭니다.
| eventName | 트리거 이벤트 이름입니다. null이면 빈 문자열로 저장됩니다. |
| sender | 원래 이벤트 발신자입니다. |
| args | 원래 이벤트 데이터입니다. |
| combo | 선택 상태를 읽을 콤보 상자입니다. |
DreamineComboBox.cs 파일의 154 번째 라인에서 정의되었습니다.
다음을 참조함 : ComboBox, EventArgs, EventName, SelectedIndex, SelectedItem, SelectedValue, Sender.
|
inline |
이벤트와 선택 상태를 나타내는 진단 문자열을 반환합니다.
DreamineComboBox.cs 파일의 191 번째 라인에서 정의되었습니다.
|
get |
이벤트와 연결된 콤보 상자 인스턴스를 가져옵니다.
DreamineComboBox.cs 파일의 82 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineComboBoxCommandContext().
|
get |
원래 이벤트 데이터를 가져옵니다.
DreamineComboBox.cs 파일의 72 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineComboBoxCommandContext().
|
get |
명령 실행을 유발한 이벤트 이름을 가져옵니다.
DreamineComboBox.cs 파일의 52 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineComboBoxCommandContext().
|
get |
컨텍스트 생성 당시 선택 인덱스를 가져옵니다.
DreamineComboBox.cs 파일의 112 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineComboBoxCommandContext().
|
get |
컨텍스트 생성 당시 선택 항목을 가져옵니다.
DreamineComboBox.cs 파일의 92 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineComboBoxCommandContext().
|
get |
컨텍스트 생성 당시 선택 값을 가져옵니다.
DreamineComboBox.cs 파일의 102 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineComboBoxCommandContext().
|
get |
원래 이벤트 발신자를 가져옵니다.
DreamineComboBox.cs 파일의 62 번째 라인에서 정의되었습니다.
다음에 의해서 참조됨 : DreamineComboBoxCommandContext().