C# Class WPFUtils.Controls.WindowWatcher

Allows you to get information about the creation and /or the destruction of windows
Mostrar archivo Open project: BravoAlpha/WPFUtils

Public Methods

Method Description
Shutdown ( ) : void

Private Methods

Method Description
EnumWindowsProc ( IntPtr hWnd, int lParam ) : bool
FireClosedWindows ( ) : void
FireCreatedWindows ( ) : void
FireExistingWindows ( ) : void
Run ( ) : void
StartWatchingIfNeeded ( ) : void
StopWatchingIfNoMoreSubscribers ( ) : void
WindowWatcher ( ) : System

Method Details

Shutdown() public method

public Shutdown ( ) : void
return void