Click or drag to resize
STCardReaderCardSwipedEventHandler DelegateScriptel Corporation
Warning: This API is deprecated, please consider using the new version located here: http://scriptel.com/developers/proscript/net-library/
The event handler for the CardSwiped event

Namespace: Scriptel.STSeries
Assembly: STSeries (in STSeries.dll) Version: 2.5.0.454 (2.5.0.454)
Syntax
public delegate void CardSwipedEventHandler(
	Object sender,
	STCardReaderCardSwipedEventArgs e
)

Parameters

sender
Type: SystemObject
The object that raised the event
e
Type: Scriptel.STSeriesSTCardReaderCardSwipedEventArgs
CardSwipedEventArgs used to pass the card information received
See Also