|
Dreamine.MVVM.Interfaces 1.0.7
Dreamine.MVVM.Interfaces 공용 계약과 추상화를 제공합니다.
|
Public 멤버 함수 | |
| bool | IsOpen (string windowKey) |
| void | MarkOpened (string windowKey) |
| void | MarkClosed (string windowKey) |
이벤트 | |
| EventHandler< WindowStateChangedEventArgs >? | StateChanged |
I Window State Service 기능과 관련 상태를 캡슐화합니다.
IWindowStateService.cs 파일의 13 번째 라인에서 정의되었습니다.
| bool Dreamine.MVVM.Interfaces.Windows.IWindowStateService.IsOpen | ( | string | windowKey | ) |
Is Open 조건을 확인합니다.
| windowKey | window Key에 사용할 string 값입니다. |
true이고, 그렇지 않으면 false입니다.| void Dreamine.MVVM.Interfaces.Windows.IWindowStateService.MarkClosed | ( | string | windowKey | ) |
Mark Closed 작업을 수행합니다.
| windowKey | window Key에 사용할 string 값입니다. |
| void Dreamine.MVVM.Interfaces.Windows.IWindowStateService.MarkOpened | ( | string | windowKey | ) |
Mark Opened 작업을 수행합니다.
| windowKey | window Key에 사용할 string 값입니다. |
| EventHandler<WindowStateChangedEventArgs>? Dreamine.MVVM.Interfaces.Windows.IWindowStateService.StateChanged |
State Changed 상황이 발생할 때 알립니다.
IWindowStateService.cs 파일의 23 번째 라인에서 정의되었습니다.