Event indicating that the ZoomLevel of the map has changed
Namespace:
EGIS.ControlsAssembly: EGIS.Controls (in EGIS.Controls.dll)
Syntax
| Visual Basic (Declaration) |
|---|
Public Event ZoomLevelChanged As EventHandler(Of EventArgs) |
| C# |
|---|
public event EventHandler<EventArgs> ZoomLevelChanged |
| Visual C++ |
|---|
public: event EventHandler<EventArgs^>^ ZoomLevelChanged { void add (EventHandler<EventArgs^>^ value); void remove (EventHandler<EventArgs^>^ value); } |