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

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