Namespace:
EGIS.Controls
Assembly: EGIS.Controls (in EGIS.Controls.dll)
Assembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
Visual Basic |
---|
Public Event ConvertShapeFileProgressChanged As EventHandler(Of ConvertShapeFileEventArgs) |
C# |
---|
public event EventHandler<ConvertShapeFileEventArgs> ConvertShapeFileProgressChanged |
Visual C++ |
---|
public: event EventHandler<ConvertShapeFileEventArgs^>^ ConvertShapeFileProgressChanged { void add (EventHandler<ConvertShapeFileEventArgs^>^ value); void remove (EventHandler<ConvertShapeFileEventArgs^>^ value); } |
JavaScript |
---|
function add_convertShapeFileProgressChanged(value); function remove_convertShapeFileProgressChanged(value); |