Dreamine.MVVM.Interfaces
1.0.7
Dreamine.MVVM.Interfaces 공용 계약과 추상화를 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
IWindowStateService.cs
이 파일의 문서화 페이지로 가기
1
using
System;
2
3
namespace
Dreamine.MVVM.Interfaces.Windows
4
{
13
public
interface
IWindowStateService
14
{
23
event
EventHandler<WindowStateChangedEventArgs>?
StateChanged
;
24
49
bool
IsOpen
(
string
windowKey);
50
67
void
MarkOpened
(
string
windowKey);
68
85
void
MarkClosed
(
string
windowKey);
86
}
87
}
Dreamine.MVVM.Interfaces.Windows
Definition
IDialogService.cs:4
Dreamine.MVVM.Interfaces.Windows.IWindowStateService
Definition
IWindowStateService.cs:14
Dreamine.MVVM.Interfaces.Windows.IWindowStateService.MarkOpened
void MarkOpened(string windowKey)
Dreamine.MVVM.Interfaces.Windows.IWindowStateService.MarkClosed
void MarkClosed(string windowKey)
Dreamine.MVVM.Interfaces.Windows.IWindowStateService.StateChanged
EventHandler< WindowStateChangedEventArgs >? StateChanged
Definition
IWindowStateService.cs:23
Dreamine.MVVM.Interfaces.Windows.IWindowStateService.IsOpen
bool IsOpen(string windowKey)
Windows
IWindowStateService.cs
다음에 의해 생성됨 :
1.17.0