ComponentInfo.getDefaultEventInfo

Overview | Methods | This Package | All Packages

ComponentInfo.getDefaultEventInfo

Retrieves the default event of the component.

Syntax

public EventInfo getDefaultEventInfo()

Return Value

Returns an EventInfo object that represents the default event. If no default event is defined, null is returned.

Remarks

The name of the default event is specified in the component's ClassInfo. For more information, see IClassInfo.getDefaultEventName.

See Also   getDefaultEventName