PosEventArgs Members
PosEventArgs is the base class for POS Library classes containing event data.
The following tables list the members exposed by the PosEventArgs type.
Protected Constructors
Name | Description | |
---|---|---|
PosEventArgs | Initializes a new instance of the PosEventArgs class. |
Top
Public Properties
Name | Description | |
---|---|---|
EventId | Gets the event identifier. | |
TimeStamp | Gets the DateTime of the event. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
Equals | (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
ToString | Overridden. Returns a string that represents the current object. |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (inherited from Object ) | |
MemberwiseClone | (inherited from Object ) |
Top