Map for WinForms | ComponentOne
C1.Win.Map Namespace / C1Map Class / ZoomChanged Event

In This Topic
    ZoomChanged Event (C1Map)
    In This Topic
    Occurs when the zoom of the map is changed.
    Syntax
    'Declaration
     
    
    Public Event ZoomChanged As EventHandler(Of EventArgs)
    public event EventHandler<EventArgs> ZoomChanged
    See Also