ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
MapDragImage Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : MapDragImage Event




Occurs when a data frame in the PageLayout control has been dragged using the MapDragImage client tool action.

Syntax

Visual Basic (Declaration) 
<ResCategoryAttribute("Client Tool Action")>
<ResDescriptionAttribute("Raised when the control processes a tool associated with the MapDragImage Client Tool Action")>
Public Event MapDragImage() As PageToolEventHandler
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim handler As PageToolEventHandler
 
AddHandler instance.MapDragImage, handler
C# 
[ResCategoryAttribute("Client Tool Action")]
[ResDescriptionAttribute("Raised when the control processes a tool associated with the MapDragImage Client Tool Action")]
public event PageToolEventHandler MapDragImage()

See Also

© 2010 All Rights Reserved.