ImagePixelContentChanged Event

CVB.Net Documentation
Fired when the image data of this image was consciously updated.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public event EventHandler<RectEventArgs> PixelContentChanged

Value

Type: SystemEventHandlerRectEventArgs
Remarks

This event is only fired when using methods of this CVB API. Specifically this event is not fired when you use the GetLinearAccess or Vpat methods as it is not known whether the image data has changed. To inform clients of image data change in this case you can either call OnPixelContentChanged or use the GetLockedAccess(ImageDataLockMode) method.
See Also

Reference