MapBase.MouseDragBox Event
This documentation is no longer available on MSDN, however it is available as a CHM download.
When overridden in a derived class, occurs when the mouse is used to drag a box around an area on the map.
Namespace: Microsoft.Maps.MapControl.Core
Assembly: Microsoft.Maps.MapControl (in Microsoft.Maps.MapControl.dll)
Usage
Syntax
'Declaration
Public Event MouseDragBox As EventHandler(Of MapMouseDragEventArgs)
public abstract event EventHandler<MapMouseDragEventArgs> MouseDragBox
public:
virtual event EventHandler<MapMouseDragEventArgs^>^ MouseDragBox {
void add (EventHandler<MapMouseDragEventArgs^>^ value) abstract;
void remove (EventHandler<MapMouseDragEventArgs^>^ value) abstract;
}
/** @event */
public abstract void add_MouseDragBox (EventHandler<MapMouseDragEventArgs> value)
/** @event */
public abstract void remove_MouseDragBox (EventHandler<MapMouseDragEventArgs> value)
Remarks
Note
This event occurs after the user releases the mouse button.
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
Change History
See Also
Reference
MapBase Class
MapBase Members
Microsoft.Maps.MapControl.Core Namespace