Specifies the events of the component class.
public void getEvents( IEvents events )
events
An object implementing the IEvents interface that is used to enumerate the events.
The getEvents method should call the add method of the events parameter to enumerate each event. For a sample implementation, see the ClassInfo overview.