ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
OnMapPoint Method
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : OnMapPoint Method




args
A PointEventArgs object that contains the event data.
info
Information about the data frame in which the action occurred.
Raises the MapPoint event.

Syntax

Visual Basic (Declaration) 
Protected Overridable Sub OnMapPoint( _
   ByVal args As PointEventArgs, _
   ByVal info As LayoutImageDataFrameInfo _
) 
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim args As PointEventArgs
Dim info As LayoutImageDataFrameInfo
 
instance.OnMapPoint(args, info)
C# 
protected virtual void OnMapPoint( 
   PointEventArgs args,
   LayoutImageDataFrameInfo info
)

Parameters

args
A PointEventArgs object that contains the event data.
info
Information about the data frame in which the action occurred.

See Also

© 2010 All Rights Reserved.