IEvent Interface
From The Oxygene Language Wiki
This is a Language topic
Feel free to add your notes to this topic below.
IEvent = public interface (IMember)
IEvent is an interface to any internal or external event. It can be used to retrieve the type of an event and access its methods.
Namespace: Cirrus
Properties
| | |
|---|---|
| AddMethod: IMethod | Returns the add method |
| RaiseMethod: IMethod | Returns the raise/fire method |
| RemoveMethod: IMethod | Returns the remove method |
| Type: IType | Returns the delegate type |
See Also
- Cirrus
- External Links:
- Prism Aspects to Help with Monobjc Development (RemObjects Blogs)
- IMember Interface
Area: Oxygene Language
Compiler version: Oxygene 5
Language Glossary — Keywords — Types — FAQ — How To