Namespace:
EGIS.Controls
Assembly: EGIS.Controls (in EGIS.Controls.dll)
Assembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Delegate Sub ProgressLoadStatusHandler ( _ totalLayers As Integer, _ numberLayersLoaded As Integer _ ) |
| C# |
|---|
public delegate void ProgressLoadStatusHandler( int totalLayers, int numberLayersLoaded ) |
| Visual C++ |
|---|
public delegate void ProgressLoadStatusHandler( int totalLayers, int numberLayersLoaded ) |