Click or drag to resize

CHANDLEDeleteDelegate Delegate

Delegate to notify class when this object has been deleted

Namespace:  GeoEngine.Core.GXNetX
Assembly:  geoengine.core.gxnetx (in geoengine.core.gxnetx.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