共用方式為


TransitionEventArgs(Int32, Int32, String) Constructor

Definition

Creates an instance of the TransitionEventArgs class with the specified data.

public TransitionEventArgs (int eventNumber, int data, string infoString);
new Microsoft.PointOfService.TransitionEventArgs : int * int * string -> Microsoft.PointOfService.TransitionEventArgs
Public Sub New (eventNumber As Integer, data As Integer, infoString As String)

Parameters

eventNumber
Int32

The ID number of the asynchronous I/O device process condition that is the cause for the event.

data
Int32

Additional information about appropriate response which is dependent upon the specific process condition.

infoString
String

Information about the specific event that has occurred.

Applies to