Click or drag to resize

CGXNETCoreUnlockParentWindowHandler Delegate

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public delegate void UnlockParentWindowHandler(
	IntPtr hWndLockHandle,
	IntPtr hWndPrevHandle
)

public delegate void UnlockParentWindowHandler(
	IntPtr hWndLockHandle,
	IntPtr hWndPrevHandle
)

Parameters

hWndLockHandle
Type: SystemIntPtr
hWndPrevHandle
Type: SystemIntPtr
See Also