DeviceFactoryDeviceDisposed Event

CVB.Net Documentation
Occurs when a new device is disposed.

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

public static event EventHandler<DeviceEventArgs> DeviceDisposed

Value

Type: SystemEventHandlerDeviceEventArgs
Remarks

Beware of using the associated object as it is either disposed or in the process of disposing.
See Also

Reference