:: com :: sun :: star :: awt ::

struct VclContainerEvent
Base Hierarchy
VclContainerEvent
 ┗ ::com::sun::star::lang::EventObject
Description
specifies a container event.

These events are provided only for notification purposes.

See also
XVclContainerListener

Elements' Summary
Child returns the child component that was added or removed.  
Elements' Details
Child
::com::sun::star::uno::XInterface Child;
Description
returns the child component that was added or removed.
Top of Page