Namespace:  EGIS.ShapeFileLib
Assembly:  EGIS.ShapeFileLib (in EGIS.ShapeFileLib.dll)

Syntax

Visual Basic
Public Delegate Sub ConvertShapeFileProgress ( _
	args As ConvertShapeFileEventArgs _
)
C#
public delegate void ConvertShapeFileProgress(
	ConvertShapeFileEventArgs args
)
Visual C++
public delegate void ConvertShapeFileProgress(
	ConvertShapeFileEventArgs^ args
)
JavaScript
function(args);

See Also