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

BitmapViewer.BitmapChanged Event

Fires when Bitmap property is changed or this bitmap is updated.

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

Syntax

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

Remarks

This event fires in two cases:

  1. When you modify Bitmap property.
  2. When the Changed event of the bitmap stored in the Bitmap property fires.

See Also

Reference