IClassInfo.getDefaultEventName

Overview | Methods | This Package | All Packages

IClassInfo.getDefaultEventName

Retrieves the name of the default event of the component class.

Syntax

public String getDefaultEventName()

Return Value

Returns the default event name. If the component class has no default event, null is returned.

Remarks

The exact implications of a default event are defined by the tool that is editing the component. For example, in the Forms Designer, double-clicking a WFC component on a form in design mode opens the Text editor to an event handler. This handler is defined to handle the default event.