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

unpublished struct ControlEvent
Description
describes a control event send by extended user interface controls.

Elements' Summary
aURL fully parsed URL describing the control that sends this notification.  
Event specifies the event which has occured.  
aInformation specifies a sequence of named values which are used as additional values for the event. The number and types of named values depent 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 occured.
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 depent on the event.
Top of Page