Occurs when a rectangle has been dragged on a dataframe in the PageLayout control
using the MapDragRectangle client tool action.
Syntax
| Visual Basic (Declaration) | |
|---|
<ResCategoryAttribute("Client Tool Action")>
<ResDescriptionAttribute("Raised when the control processes a tool associated with the MapDragRectangle Client Tool Action.")>
Public Event MapDragRectangle() As PageToolEventHandler |
| C# | |
|---|
[ResCategoryAttribute("Client Tool Action")]
[ResDescriptionAttribute("Raised when the control processes a tool associated with the MapDragRectangle Client Tool Action.")]
public event PageToolEventHandler MapDragRectangle() |
See Also