Raised when a user starts dragging a resize box.

Namespace: TallComponents.Interaction.WinForms.Layers
Assembly: TallComponents.PDF.Controls.WinForms (in TallComponents.PDF.Controls.WinForms.dll) Version: 2.0.46.0

Syntax

C#
public event EventHandler<PreviewEvent<InteractorEventArgs>> PreviewResizeBegin
Visual Basic
Public Event PreviewResizeBegin As EventHandler(Of PreviewEvent(Of InteractorEventArgs))

Remarks

If this event gets cancelled, the resize box will not move.

See Also