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
|
|
Syntax
string Name;
Description
contains the name of the property.
Syntax
long Handle;
Description
contains the implementation handle for the property.
May be -1 if the implementation has no handle.
Syntax
long Reason;
Description
contains the reason for the event.
See also
- PropertySetInfoChange
-
|
Top of Page
Copyright 2002 Sun Microsystems, Inc., 901 San Antonio Road, Palo Alto, CA 94303 USA.