LibreOffice
LibreOffice 24.2 SDK API Reference
|
This event gets delivered whenever a XCommandInfo is changed. More...
import"CommandInfoChangeEvent.idl";
Public Attributes | |
string | Name |
contains the name of the command. More... | |
long | Handle |
contains the implementation handle for the command. More... | |
long | Reason |
contains the reason for the event. More... | |
Public Attributes inherited from EventObject | |
com::sun::star::uno::XInterface | Source |
refers to the object that fired the event. More... | |
This event gets delivered whenever a XCommandInfo is changed.
A CommandInfoChangeEvent object is sent to XCommandInfoChangeListeners.
long Handle |
contains the implementation handle for the command.
May be -1
if the implementation has no handle.
string Name |
contains the name of the command.
long Reason |
contains the reason for the event.
The value can be one of the CommandInfoChange constants.