C# 클래스 TailBlazer.Infrastucture.WindowAssist

파일 보기 프로젝트 열기: RolandPheasant/TailBlazer

공개 프로퍼티들

프로퍼티 타입 설명
ApplicationClosingProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
GetApplicationClosing ( Window element ) : ApplicationExitingDelegate
OnClosingDelegateSet ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
SetApplicationClosing ( Window element, ApplicationExitingDelegate value ) : void

메소드 상세

GetApplicationClosing() 공개 정적인 메소드

public static GetApplicationClosing ( Window element ) : ApplicationExitingDelegate
element System.Windows.Window
리턴 ApplicationExitingDelegate

OnClosingDelegateSet() 공개 정적인 메소드

public static OnClosingDelegateSet ( DependencyObject sender, System.Windows.DependencyPropertyChangedEventArgs args ) : void
sender System.Windows.DependencyObject
args System.Windows.DependencyPropertyChangedEventArgs
리턴 void

SetApplicationClosing() 공개 정적인 메소드

public static SetApplicationClosing ( Window element, ApplicationExitingDelegate value ) : void
element System.Windows.Window
value ApplicationExitingDelegate
리턴 void

프로퍼티 상세

ApplicationClosingProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows ApplicationClosingProperty
리턴 System.Windows.DependencyProperty