Dreamine.MVVM.Interfaces
1.0.7
Dreamine.MVVM.Interfaces 공용 계약과 추상화를 제공합니다.
Toggle main menu visibility
로딩중...
검색중...
일치하는것 없음
WindowStateChangedEventArgs.cs
이 파일의 문서화 페이지로 가기
1
using
System;
2
3
namespace
Dreamine.MVVM.Interfaces.Windows
4
{
13
public
sealed
class
WindowStateChangedEventArgs
: EventArgs,
IWindowStateChange
14
{
39
public
WindowStateChangedEventArgs
(
string
windowKey,
bool
isOpen)
40
{
41
WindowKey
= windowKey;
42
IsOpen
= isOpen;
43
}
44
53
public
string
WindowKey
{
get
; }
54
63
public
bool
IsOpen
{
get
; }
64
}
65
}
Dreamine.MVVM.Interfaces.Windows
Definition
IDialogService.cs:4
Dreamine.MVVM.Interfaces.Windows.IWindowStateChange
Definition
IWindowStateChange.cs:12
Dreamine.MVVM.Interfaces.Windows.WindowStateChangedEventArgs.WindowKey
string WindowKey
Definition
WindowStateChangedEventArgs.cs:53
Dreamine.MVVM.Interfaces.Windows.WindowStateChangedEventArgs.WindowStateChangedEventArgs
WindowStateChangedEventArgs(string windowKey, bool isOpen)
Definition
WindowStateChangedEventArgs.cs:39
Dreamine.MVVM.Interfaces.Windows.WindowStateChangedEventArgs.IsOpen
bool IsOpen
Definition
WindowStateChangedEventArgs.cs:63
Windows
WindowStateChangedEventArgs.cs
다음에 의해 생성됨 :
1.17.0