ESRI.ArcGIS.ADF.Web.UI.WebControls | |
LineEventArgs Class | |
Members See Also |
ESRI.ArcGIS.ADF.Web.UI.WebControls Namespace : LineEventArgs Class |
Visual Basic (Declaration) | |
---|---|
Public Class LineEventArgs Inherits ToolEventArgs |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public class LineEventArgs : ToolEventArgs |
An instance of this class is created when a Tool has its ClientAction set to Line, the user clicks on the Map or PageLayout, and the Tool's ServerActionClass is set to a class that implements IMapServerToolAction. The LineEventArgs object is passed as the argument to the ServerAction method.
The LineEventArgs will contain the two end points where the user clicked. This line may be used to do action on the server, such as querying the map or drawing graphics on the map.
ESRI.ArcGIS.ADF.Web.UI.WebControls.ToolEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.LineEventArgs
ESRI.ArcGIS.ADF.Web.UI.WebControls.MapLineEventArgs