ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
ServerAction Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace > PageZoomOut Class : ServerAction Method




args
Holds the results of the client-side interaction. The ToolEventArgs holds the rectangle on which the zoom out is performed.
info
Information on the dataframe in which the user performed the client-side interaction. This parameter is null for all actions that occur on the page as a whole. It is valid only for actions that occur on just the maps in a 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 PageZoomOut
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 on which the zoom out is performed.
info
Information on the dataframe in which the user performed the client-side interaction. This parameter is null for all actions that occur on the page as a whole. It is valid only for actions that occur on just the maps in a page layout.

See Also

© 2010 All Rights Reserved.