LibreOffice
LibreOffice 24.2 SDK API Reference
Public Attributes | List of all members
CommandInfoChangeEvent Struct Referencepublished

This event gets delivered whenever a XCommandInfo is changed. More...

import"CommandInfoChangeEvent.idl";

Inheritance diagram for CommandInfoChangeEvent:
EventObject

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...
 

Detailed Description

This event gets delivered whenever a XCommandInfo is changed.

A CommandInfoChangeEvent object is sent to XCommandInfoChangeListeners.

Member Data Documentation

◆ Handle

long Handle

contains the implementation handle for the command.

May be -1 if the implementation has no handle.

◆ Name

string Name

contains the name of the command.

◆ Reason

long Reason

contains the reason for the event.

The value can be one of the CommandInfoChange constants.


The documentation for this struct was generated from the following file: