|
| ESRI.ArcGIS.ADF.Web.UI.WebControls | |
| RectangleEventArgs Class | |
| Members See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : RectangleEventArgs Class |
| Visual Basic (Declaration) | |
|---|---|
Public Class RectangleEventArgs Inherits ToolEventArgs | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public class RectangleEventArgs : ToolEventArgs | |
An instance of this class is created when a Tool has its ClientAction set to Rectangle, the user clicks on the Map or PageLayout, and the Tool's ServerActionClass is set to a class that implements IMapServerToolAction. The RectangleEventArgs object is passed as the argument to the ServerAction method.
The RectangleEventArgs will contain the
ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.RectangleEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.MapRectangleEventArgs


~134.gif)