Nevron .NET Vision
Nevron.UI.WinForm.Controls Namespace / NMapNavigator Class / CoordinatesChanged Event


In This Topic
    CoordinatesChanged Event
    In This Topic
    Fires when the value of X or Y coordiantes has changed.
    Syntax
    'Declaration
     
    
    Public Event CoordinatesChanged As CoordinatesChangedEventHandler
    'Usage
     
    
    Dim instance As NMapNavigator
    Dim handler As CoordinatesChangedEventHandler
     
    AddHandler instance.CoordinatesChanged, handler
    public event CoordinatesChangedEventHandler CoordinatesChanged
    Event Data

    The event handler receives an argument of type MapCoordiantesEventArgs containing data related to this event. The following MapCoordiantesEventArgs properties provide information specific to this event.

    PropertyDescription
     
     
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also