C# Class CasualMeter.Common.UI.Controls.CasualMeterWindow

Inheritance: ClickThroughWindow
Show file Open project: lunyx/CasualMeter

Protected Properties

Property Type Description
Logger log4net.ILog

Protected Methods

Method Description
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

Private Methods

Method Description
SetVisibility ( RefreshVisibilityMessage message ) : void

Method Details

MoveControl() protected method

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
return void

OnClosed() protected method

protected OnClosed ( EventArgs e ) : void
e System.EventArgs
return void

OnClosing() protected method

protected OnClosing ( CancelEventArgs e ) : void
e CancelEventArgs
return void

OnInitialized() protected method

protected OnInitialized ( EventArgs e ) : void
e System.EventArgs
return void

Property Details

Logger protected static property

protected static ILog,log4net Logger
return log4net.ILog