ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout
Point Event
See Also 
ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : Point Event




Occurs when the PageLayout control has been clicked using the Point client tool action.

Syntax

Visual Basic (Declaration) 
<ResDescriptionAttribute("Raised when the control processes a tool associated with the Point Client Tool Action")>
<ResCategoryAttribute("Client Tool Action")>
Public Event Point() As PagePointEventHandler
Visual Basic (Usage)Copy Code
Dim instance As PageLayout
Dim handler As PagePointEventHandler
 
AddHandler instance.Point, handler
C# 
[ResDescriptionAttribute("Raised when the control processes a tool associated with the Point Client Tool Action")]
[ResCategoryAttribute("Client Tool Action")]
public event PagePointEventHandler Point()

See Also

© 2010 All Rights Reserved.