Top   Module   Use   Manual   Index 

com :: sun :: star :: beans ::

struct PropertySetInfoChangeEvent

Base Struct
com::sun::star::lang::EventObject

Description
gets delivered whenever an XPropertySetInfo is changed.

A PropertySetInfoChangeEvent object is sent to XPropertySetInfoChangeListener s.



Elements

string Name
Description
contains the name of the property.
long Handle
Description
contains the implementation handle for the property.

May be -1 if the implementation has no handle.

long Reason
Description
contains the reason for the event.
See also
PropertySetInfoChange
Top of Page