IClassInfo.getEvents

Overview | Methods | This Package | All Packages

IClassInfo.getEvents

Specifies the events of the component class.

Syntax

public void getEvents( IEvents events )

Parameters

events

An object implementing the IEvents interface that is used to enumerate the events.

Remarks

The getEvents method should call the add method of the events parameter to enumerate each event. For a sample implementation, see the ClassInfo overview.