struct PropertySetInfoChangeEvent in module com::sun::star::beans::

(Global Index)

Syntax

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

Description

gets delivered whenever an XPropertySetInfo is changed.

A PropertySetInfoChangeEvent object is sent to XPropertySetInfoChangeListener s.

Field Summary

Name contains the name of the property.

Handle contains the implementation handle for the property.

Reason contains the reason for the event.

Field Details



Name

Syntax

string Name;

Description

contains the name of the property.


Handle

Syntax

long Handle;

Description

contains the implementation handle for the property.

May be -1 if the implementation has no handle.


Reason

Syntax

long Reason;

Description

contains the reason for the event.

See also

PropertySetInfoChange
Top of Page