|     | 
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout | |
| OnPageClick Method | |
| See Also | |
| ESRI.ArcGIS.ADF.Web.UI.WebControls.Layout Namespace > PageLayout Class : OnPageClick Method | 
- args
- A PointEventArgs object that contains the event data.
- info
- Information about the data frame in which the action occurred. Not used for this event.
| Visual Basic (Declaration) | |
|---|---|
| Protected Overridable Sub OnPageClick( _ ByVal args As PointEventArgs, _ ByVal info As LayoutImageDataFrameInfo _ ) | |
| Visual Basic (Usage) |  Copy Code | 
|---|---|
|  | |
| C# | |
|---|---|
| protected virtual void OnPageClick( 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. Not used for this event.
 
     
    