LibreOffice
LibreOffice 25.2 SDK API Reference
 
Loading...
Searching...
No Matches
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.
 
long Handle
 contains the implementation handle for the command.
 
long Reason
 contains the reason for the event.
 
- Public Attributes inherited from EventObject
com::sun::star::uno::XInterface Source
 refers to the object that fired the event.
 

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: