StatusUpdateEventArgs 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 Status Update Events.
[System.Serializable]
public class StatusUpdateEventArgs : Microsoft.PointOfService.PosEventArgs
[<System.Serializable>]
type StatusUpdateEventArgs = class
inherit PosEventArgs
Public Class StatusUpdateEventArgs
Inherits PosEventArgs
- Inheritance
- Attributes
Constructors
StatusUpdateEventArgs(Int32) |
Creates an instance of the StatusUpdateEventArgs class with the specified data. |
Properties
EventId |
Gets the event identifier. (Inherited from PosEventArgs) |
Status |
Holds the device-specific status, describing the type of status change. |
TimeStamp |
Gets the DateTime of the event. (Inherited from PosEventArgs) |
Methods
ToString() |