Click or drag to resize

AtalaImageViewer.ImageChanged Event

Raised when the Image property or the image data has been changed.

Namespace:  Atalasoft.Imaging.Wpf
Assembly:  Atalasoft.dotImage.Wpf (in Atalasoft.dotImage.Wpf.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public event EventHandler<ImageChangedEventArgs> ImageChanged

Value

Type: System.EventHandler<ImageChangedEventArgs>
Remarks
Setting the Source property will also replace the image and raise this event.
See Also