Share via


PosEventArgs Class

Definition

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()

Applies to