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