struct VclContainerEvent in module com::sun::star::awt::

(Global Index)

Syntax

struct VclContainerEvent : com::sun::star::lang::EventObject ;

Description

specifies a container-level event.

These events are provided only for notification purposes.

See also

VclContainerListener

Field Summary

Child

Field Details



Child

Syntax

com::sun::star::uno::XInterface Child;

Returns

whether the event is fired due to a child component that was added or removed.
Top of Page