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

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