ZoomSlider.DragCompleted Event

This documentation is no longer available on MSDN, however it is available as a CHM download.

Occurs when a drag of the ZoomSlider is completed.

Namespace: Microsoft.Maps.MapControl.Navigation
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)

Usage

Syntax

'Declaration
Public Event DragCompleted As EventHandler
public event EventHandler DragCompleted
public:
event EventHandler^ DragCompleted {
    void add (EventHandler^ value);
    void remove (EventHandler^ value);
}
/** @event */
public void add_DragCompleted (EventHandler value)

/** @event */
public void remove_DragCompleted (EventHandler value)

Platforms

Development Platforms

The .NET Framework does not support all versions of every platform. For a list of the supported versions, see System Requirements.

Target Platforms

See Also

Reference

ZoomSlider Class
ZoomSlider Members
Microsoft.Maps.MapControl.Navigation Namespace