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




Occurs when a rectangle has been dragged on a dataframe in the PageLayout control using the MapDragRectangle client tool action.

Syntax

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

See Also

© 2010 All Rights Reserved.