AtalaImageViewerImageChanged 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
Public Event ImageChanged As EventHandler(Of ImageChangedEventArgs)
Value
Type:
SystemEventHandlerImageChangedEventArgsRemarks Setting the
Source property will also replace the image and raise this
event.
See Also