Map for WinForms | ComponentOne
C1.FlexMap Namespace / GeographicCoordinateSystem Class / ValueChanged Event

In This Topic
    ValueChanged Event (GeographicCoordinateSystem)
    In This Topic
    Occurs when the Projection property is changed.
    Syntax
    'Declaration
     
    
    Public Event ValueChanged As EventHandler(Of EventArgs)
    public event EventHandler<EventArgs> ValueChanged
    See Also