ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout | |
ServerAction Method | |
See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls.Tools Namespace > PageMapPan Class : ServerAction Method |
- args
- Holds the results of the client-side interaction. The ToolEventArgs holds the point to which to pan the map.
- 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.
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 point to which to pan the map.
- 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.