Share via


TransitionEventArgs Class

Definition

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
TransitionEventArgs

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()

Applies to