This documentation is for the old version. Go to the latest Graphics Mill docs

RectangleRubberband.RectangleChanged Event

Fires when the rubberband rectangle is modified (mouse button is released).

Namespace: Aurigma.GraphicsMill.AjaxControls
Assembly: Aurigma.GraphicsMill.AjaxControls (in Aurigma.GraphicsMill.AjaxControls.dll)

Syntax

Visual Basic
<BrowsableAttribute(True)> _
Public Event RectangleChanged As EventHandler(Of RectangleEventArgs)
C#
[BrowsableAttribute(true)]
public event EventHandler<RectangleEventArgs> RectangleChanged

See Also

Reference