Top   Module   Use   Manual   Index 

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

constants group PropertySetInfoChange


Description
specifies reasons for sending PropertySetInfoChangeEvent s.
See also
PropertySetInfoChangeEvent
See also
XPropertySetInfo


Constants

const long PROPERTY_INSERTED = = 0;
Description
A property was inserted into a XPropertySetInfo .
const long PROPERTY_REMOVED = = 1;
Description
A property was removed from a XPropertySetInfo .
Top of Page