Click or drag to resize
STSeriesDeviceRegisterForDeviceUnpluggedEvent Method Scriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
Registers a target event handler for the DeviceUnplugged event

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public override void RegisterForDeviceUnpluggedEvent(
	Object sender,
	EventHandler target
)

Parameters

sender
Type: SystemObject
The object registering for the event (usually 'this')
target
Type: SystemEventHandler
The event handler to receive the event

Implements

ISTSeriesDeviceRegisterForDeviceUnpluggedEvent(Object, EventHandler)
ISTSeriesDeviceRegisterForDeviceUnpluggedEvent(Object, EventHandler)
See Also