LibreOffice
LibreOffice 25.8 SDK API Reference
Loading...
Searching...
No Matches
XPropertyControlObserver Interface Reference

specifies an interface for components to observer certain aspects of an XPropertyControl. More...

import "XPropertyControlObserver.idl";

Inheritance diagram for XPropertyControlObserver:
XPropertyControlContext

Public Member Functions

void focusGained ([in] XPropertyControl Control)
 notifies the observer that a certain XPropertyControl's UI representation gained the focus.
void valueChanged ([in] XPropertyControl Control)
 notifies the observer that a certain XPropertyControl's value changed.

Detailed Description

specifies an interface for components to observer certain aspects of an XPropertyControl.

Since
OOo 2.2

Member Function Documentation

◆ focusGained()

void focusGained ( [in] XPropertyControl Control)

notifies the observer that a certain XPropertyControl's UI representation gained the focus.

Parameters
Controldenotes the control whose UI representation gained the focus

◆ valueChanged()

void valueChanged ( [in] XPropertyControl Control)

notifies the observer that a certain XPropertyControl's value changed.

Parameters
Controldenotes the control whose value changed.
See also
XPropertyControl::Value

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