TransitionEventArgs Class
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 programmatic interface for the transmission of Transition Events.
public class TransitionEventArgs : Microsoft.PointOfService.PosEventArgs
type TransitionEventArgs = class
inherit PosEventArgs
Public Class TransitionEventArgs
Inherits PosEventArgs
- Inheritance
Constructors
TransitionEventArgs(Int32, Int32, String) |
Creates an instance of the TransitionEventArgs class with the specified data. |
Properties
Data |
Holds additional information about appropriate response whish is dependent upon the specific process condition. |
EventId |
Gets the event identifier. (Inherited from PosEventArgs) |
EventNumber |
Holds the ID number of the asunchronous I/O device process condition that is the cause for the event. |
String |
Holds information about he specific event that has occurred. |
TimeStamp |
Gets the DateTime of the event. (Inherited from PosEventArgs) |
Methods
ToString() |