C# Class ExcelDna.IntelliSense.WindowLocationWatcher

Inheritance: IDisposable
Mostrar archivo Open project: Excel-DNA/IntelliSense Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
WindowLocationWatcher ( IntPtr hWnd, SynchronizationContext syncContextAuto ) : System

Private Methods

Method Description
_windowLocationChangeHook_WinEventReceived ( object sender, WinEventHook winEventArgs ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

WindowLocationWatcher() public method

public WindowLocationWatcher ( IntPtr hWnd, SynchronizationContext syncContextAuto ) : System
hWnd System.IntPtr
syncContextAuto System.Threading.SynchronizationContext
return System