Click or drag to resize

EventMonitorArgs Class

Shared class for all Events. Event specific classes are derived from this one
Inheritance Hierarchy
SystemObject
  Micros.PosCore.ExtensibilityEventMonitorArgs
    More

Namespace: Micros.PosCore.Extensibility
Assembly: PosCommonClasses (in PosCommonClasses.dll) Version: 19.8
Syntax
C#
public class EventMonitorArgs

The EventMonitorArgs type exposes the following members.

Constructors
 NameDescription
Public methodEventMonitorArgs(String)Initializes a new instance of the EventMonitorArgs class
Public methodEventMonitorArgs(String, Boolean)Initializes a new instance of the EventMonitorArgs class
Top
Properties
 NameDescription
Public propertyDescription 
Public propertyEventID The type of event that was triggered
Public propertyEventName 
Public propertyEventTime Local time of the event
Public propertyIsGeneric 
Public propertyIsInfoOnly Tells Event Monitor if modifying Event Args will affect result of the Event or not
Public propertyIsPreview 
Public propertyIsReturn 
Public propertyIsVoid 
Public propertyName 
Public propertyProcessedCnt Tells Event Monitor how many other Event Monitors already processed the Event
Public propertyReturnContext 
Public propertyVssBasicData 
Public propertyVssExtendedData 
Top
Methods
Fields
See Also
Inheritance Hierarchy