Map for WinForms | ComponentOne
C1.FlexMap Namespace / ICoordinateSystem Interface / ValueChanged Event

In This Topic
    ValueChanged Event (ICoordinateSystem)
    In This Topic
    Occurs when the property of this coordinate system is changed.
    Syntax
    'Declaration
     
    
    Event ValueChanged As EventHandler(Of EventArgs)
    event EventHandler<EventArgs> ValueChanged
    See Also