ExtensibilityEventAttribute Class |
Indicates method is a hander for one or more events.
Inheritance Hierarchy
Namespace:
Micros.PosCore.Extensibility
Assembly:
PosCore (in PosCore.dll) Version: 18.2
Syntaxpublic class ExtensibilityEventAttribute : Attribute
The ExtensibilityEventAttribute type exposes the following members.
Constructors
Properties
| Name | Description |
---|
 | Events |
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