NativeWindowEventNotifier Constructor
Namespace: DevCase.Core.Diagnostics.ProcessesAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public NativeWindowEventNotifier(
IWin32Window window
)
public:
NativeWindowEventNotifier(
IWin32Window^ window
)
new :
window : IWin32Window -> NativeWindowEventNotifier
No code example is currently available or this language may not be supported.
Parameters
- window IWin32Window
-
The IWin32Window window that owns this instance (eg. a Form window).