StreamHandlerNewImage Event

CVB.Net Documentation
Raised when a new image arrives in memory.

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

public event EventHandler<ImageEventArgs> NewImage

Value

Type: SystemEventHandlerImageEventArgs
Remarks

Use this for standard synchronous event processing. If you want processing, best use the Stemmer.Cvb.Async extensions or for a softer migration path NewImageAsync .

The actual type depends on the Device being used.

See Also

Reference