EventSinkAttribute Class
From RemObjects Software
This is a RemObjects SDK Architecture entry
Feel free to add your notes to this topic below.
Overview (.NET)
Marks the class to implement an invoker.
This attribute should only be applied to event sink interfaces defined in the *_Intf files auto-generated from your RODL library; attaching it to custom code should only be done by advanced users who know exactly what they are doing.
Namespace
Declaration (C#)
[AttributeUsage(AttributeTargets.Interface, AllowMultiple = false, Inherited = true)] public class EventSinkAttribute : System.Attribute;
Hierarchy
- RemObjects.SDK.EventSinkAttribute
Properties
| | | |
|---|---|---|
| InvokerClass | Type | The class to be used as invoker for this type.
Since invoker and implementation are tightly coupled, this will usually point to the auto-generated Invoker class. |
| Name | String | Specifies the name (also known as Event Sink Name or Interface Name) under which the event is available. |
Methods
| | |
|---|---|
| EventSinkAttribute | When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class. |
See Also
Product: RemObjects SDK
Current version: RemObjects SDK 'Vinci' (5.0)
Lists — Glossary — Features — How To — Components — Tools — Samples — Articles — Architecture — Issues
