TrainingSetObjectDisposing Event

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

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