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.WebControls
Assembly: Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)

Syntax

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

See Also

Reference