Top   Module   Use   Manual   Index 

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

struct DispatchResultEvent

Base Struct
com::sun::star::lang::EventObject



Elements

short State
Description
Contains the result of the dispatch action, if State is set to SUCCESS. The type of the result is dispatch action dependend.
The member State can be set to one of the values defined in DispatchResultState .
If State is set to FAILURE, Result may specify the reason (or is empty). The type is also dispatch action dependend.
If State is set to DONTKNOW, Result is empty.
any Result
Top of Page