:: com :: sun :: star :: frame ::

unpublished struct ControlEvent
Usage Restrictions
not published
Description
describes a control event send by extended user interface controls.
Since
OOo 2.0.3

Elements' Summary
aURL fully parsed URL describing the control that sends this notification.  
Event specifies the event which has occurred.  
aInformation specifies a sequence of named values which are used as additional values for the event. The number and types of named values depend on the event.  
Elements' Details
aURL
::com::sun::star::util::URL aURL;
Description
fully parsed URL describing the control that sends this notification.
Event
string Event;
Description
specifies the event which has occurred.
aInformation
sequence< ::com::sun::star::beans::NamedValue > aInformation;
Description
specifies a sequence of named values which are used as additional values for the event. The number and types of named values depend on the event.
Top of Page