Click or drag to resize

CHANDLEDeleteDelegate Delegate

Delegate to notify class when this object has been deleted

Namespace:  GeoEngine.Core.GXNet
Assembly:  geoengine.core.gxnet (in geoengine.core.gxnet.dll) Version: 2024.2.0.25
Syntax
public delegate void DeleteDelegate(
	IntPtr p
)

public delegate void DeleteDelegate(
	IntPtr p
)

Parameters

p
Type: SystemIntPtr
See Also