TransitionEventArgs(Int32, Int32, String) Constructor
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.
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.