DeviceHandleChange Event

CVB.Net Documentation
Fired if the native Handle changes due to an operation.

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

public event EventHandler<PropertyValueChangedEventArgs<IntPtr>> HandleChange

Value

Type: SystemEventHandlerPropertyValueChangedEventArgsIntPtr
Remarks

You only need to register to this event if you are working directly with the native handle and assigned it to another object.

When this event is being fired, the change is in the middle of the process: all internal management has been changed (including the device Handle), but the old handle is still pointing to a valid object.

See Also

Reference