Click or drag to resize

ExtensibilityEventAttribute Class

Indicates method is a hander for one or more events.
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Micros.PosCore.ExtensibilityExtensibilityEventAttribute

Namespace:  Micros.PosCore.Extensibility
Assembly:  PosCore (in PosCore.dll) Version: 18.2
Syntax
C#
public class ExtensibilityEventAttribute : Attribute

The ExtensibilityEventAttribute type exposes the following members.

Constructors
  NameDescription
Public methodExtensibilityEventAttribute
Constructor
Top
Properties
  NameDescription
Public propertyEvents
The [!:OpsEventTypes] identifier for the event(s) handled by this method.
Top
Remarks
Do not use this attribute of your extension application class is derived from [!:OpsExtensibilityApplication], instead simply assing the event handler in the constructor of your application using the standard "+=" method.
See Also