ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
OnMapDragRectangle Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : OnMapDragRectangle Method




args
A ToolEventArgs object that contains the event data.
info
Information about the data frame in which the action occurred.
Raises the MapDragRectangle event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnMapDragRectangle( _
   ByVal args As ToolEventArgs, _
   ByVal info As LayoutImageDataFrameInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim args As ToolEventArgs
Dim info As LayoutImageDataFrameInfo
 
instance.OnMapDragRectangle(args, info)
C# 
protected virtual void OnMapDragRectangle( 
   ToolEventArgs args,
   LayoutImageDataFrameInfo info
)

Parameters

args
A ToolEventArgs object that contains the event data.
info
Information about the data frame in which the action occurred.

See Also

© 2010 All Rights Reserved.