DeviceErrorEventHandler Delegate
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the method that handles DeviceErrorEventArgs events.
public delegate void DeviceErrorEventHandler(object sender, DeviceErrorEventArgs e);
type DeviceErrorEventHandler = delegate of obj * DeviceErrorEventArgs -> unit
Public Delegate Sub DeviceErrorEventHandler(sender As Object, e As DeviceErrorEventArgs)
Parameters
- sender
- Object