ReaderConfigObjectDisposing Event

CVB.Net Documentation
Raised when this object is about to be disposed via the Dispose method.

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

public event NativeHandleEventDelegate ObjectDisposing

Value

Type: Stemmer.CvbNativeHandleEventDelegate

Implements

INativeHandleObjectDisposing
Remarks

This event is raised right before this object is disposed. The dispose itself cannot be canceled.
See Also

Reference