ImageObjectDisposing Event

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

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.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