Occurs when a data frame in the PageLayout control has been clicked upon
using the MapPoint client tool action.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResDescriptionAttribute("Raised when the control processes a tool associated with the MapPoint Client Tool Action")>
<ResCategoryAttribute("Client Tool Action")>
Public Event MapPoint() As PagePointEventHandler |
| C# | |
|---|
[ResDescriptionAttribute("Raised when the control processes a tool associated with the MapPoint Client Tool Action")]
[ResCategoryAttribute("Client Tool Action")]
public event PagePointEventHandler MapPoint() |
See Also