PosEventArgs 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 base class for POS for .NET classes containing event data.
[System.Serializable]
public abstract class PosEventArgs : EventArgs
[<System.Serializable>]
type PosEventArgs = class
inherit EventArgs
Public MustInherit Class PosEventArgs
Inherits EventArgs
- Inheritance
-
PosEventArgs
- Derived
- Attributes
Constructors
PosEventArgs() |
Creates an instance of the PosEventArgs class. |
Properties
EventId |
Gets the event identifier. |
TimeStamp |
Gets the DateTime of the event. |
Methods
ToString() |