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.
This is the method at which the server-side action is performed.

Syntax

Visual Basic (Declaration) 
Public Sub ServerAction( _
   ByVal args As ToolEventArgs, _
   ByVal info As LayoutImageDataFrameInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As PageMapZoomIn
Dim args As ToolEventArgs
Dim info As LayoutImageDataFrameInfo
 
instance.ServerAction(args, info)
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.

See Also

© 2010 All Rights Reserved.