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




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

Syntax

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

See Also

© 2010 All Rights Reserved.