Microsoft SDK for Java

ComponentInfo.getDefaultEventName

Retrieves the name of the default event of the component.

Syntax

public String getDefaultEventName()

Return Value

Returns the default event name. 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   getDefaultEventInfo

© 1999 Microsoft Corporation. All rights reserved. Terms of use.