|
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout | |
| ServerAction Method | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace > PageMapZoomIn Class : ServerAction Method |
- args
- Holds the results of the client-side interaction. The ToolEventArgs holds the rectangle that defines the zoom area.
- info
- Contains information about the the map in the page layout.
| Visual Basic (Declaration) | |
|---|---|
Public Sub ServerAction( _ ByVal args As ToolEventArgs, _ ByVal info As LayoutImageDataFrameInfo _ ) | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public void ServerAction( ToolEventArgs args, LayoutImageDataFrameInfo info ) | |
Parameters
- args
- Holds the results of the client-side interaction. The ToolEventArgs holds the rectangle that defines the zoom area.
- info
- Contains information about the the map in the page layout.