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

struct ControlEvent

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