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