ExtensibilityEventAttribute Class |
Indicates method is a hander for one or more events.
Inheritance HierarchySystemObject
SystemAttribute
Micros.PosCore.ExtensibilityExtensibilityEventAttribute
Namespace: Micros.PosCore.ExtensibilityAssembly: PosCore (in PosCore.dll) Version: 19.8
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