|
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout | |
| PageClick Event | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : PageClick Event |
| Visual Basic (Declaration) | |
|---|---|
<ResDescriptionAttribute("Raised when the control is clicked.")>
<ResCategoryAttribute("Client Tool Action")>
Public Event PageClick() As PagePointEventHandler | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
[ResDescriptionAttribute("Raised when the control is clicked.")]
[ResCategoryAttribute("Client Tool Action")]
public event PagePointEventHandler PageClick() | |