This delegate represents the method that will handle events of the RectangleRubberband class.
Namespace:
Aurigma.GraphicsMill.WebControls
Assembly:
Aurigma.GraphicsMill.WebControls (in Aurigma.GraphicsMill.WebControls.dll)
Public Delegate Sub RectangleEventHandler ( _
sender As Object, _
e As RectangleEventArgs _
)
public delegate void RectangleEventHandler(
Object sender,
RectangleEventArgs e
)