Occurs when the PageLayout control has been clicked using the 
            Point client tool action.
            
            
 Syntax
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 | 
| 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
See Also