:: com :: sun :: star :: ui ::

struct ContextChangeEventObject
Base Hierarchy
ContextChangeEventObject
 ┗ ::com::sun::star::lang::EventObject

Elements' Summary
ApplicationName Return the name of the application.  
ContextName Return the application specific context name.  
Elements' Details
ApplicationName
string ApplicationName;
Description
Return the name of the application.
ContextName
string ContextName;
Description
Return the application specific context name.
Top of Page