C# 클래스 CasualMeter.Common.UI.Controls.CasualMeterWindow

상속: ClickThroughWindow
파일 보기 프로젝트 열기: lunyx/CasualMeter

보호된 프로퍼티들

프로퍼티 타입 설명
Logger log4net.ILog

보호된 메소드들

메소드 설명
MoveControl ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void

Attach to MouseDown event of controls to allow moving of window

OnClosed ( EventArgs e ) : void
OnClosing ( CancelEventArgs e ) : void
OnInitialized ( EventArgs e ) : void

비공개 메소드들

메소드 설명
SetVisibility ( RefreshVisibilityMessage message ) : void

메소드 상세

MoveControl() 보호된 메소드

Attach to MouseDown event of controls to allow moving of window
protected MoveControl ( object sender, System.Windows.Input.MouseButtonEventArgs e ) : void
sender object
e System.Windows.Input.MouseButtonEventArgs
리턴 void

OnClosed() 보호된 메소드

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
리턴 void

OnClosing() 보호된 메소드

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
리턴 void

OnInitialized() 보호된 메소드

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
리턴 void

프로퍼티 상세

Logger 보호되어 있는 정적으로 프로퍼티

protected static ILog,log4net Logger
리턴 log4net.ILog