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

Syntax

Visual Basic
Public Class ConvertShapeFileEventArgs _
	Inherits EventArgs
C#
public class ConvertShapeFileEventArgs : EventArgs
Visual C++
public ref class ConvertShapeFileEventArgs : public EventArgs
JavaScript
EGIS.ShapeFileLib.ConvertShapeFileEventArgs = function();

Type.createClass(
	'EGIS.ShapeFileLib.ConvertShapeFileEventArgs',
	EventArgs);

Inheritance Hierarchy

System..::..Object
  System..::..EventArgs
    EGIS.ShapeFileLib..::..ConvertShapeFileEventArgs

See Also