IEvent Interface

From The Oxygene Language Wiki

Jump to:navigation, search

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

Property
Description
AddMethod: IMethodReturns the add method
RaiseMethod: IMethodReturns the raise/fire method
RemoveMethod: IMethodReturns the remove method
Type: ITypeReturns the delegate type


See Also

Oxygene-48.png

Area: Oxygene Language
Compiler version: Oxygene 5

Language GlossaryKeywordsTypesFAQHow To

Navigation
Areas
More
Toolbox