OutputCompleteEventArgs 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 Output Complete Events.
public class OutputCompleteEventArgs : Microsoft.PointOfService.PosEventArgs
type OutputCompleteEventArgs = class
inherit PosEventArgs
Public Class OutputCompleteEventArgs
Inherits PosEventArgs
- Inheritance
Constructors
OutputCompleteEventArgs(Int32) |
Creates a new instance of OutputCompleteEventArgs with the specified data. |
Properties
EventId |
Gets the event identifier. (Inherited from PosEventArgs) |
OutputId |
Holds the ID number of the asynchronous output request that is complete. |
TimeStamp |
Gets the DateTime of the event. (Inherited from PosEventArgs) |
Methods
ToString() |