![]() | InDesign SDK 20.5 |
#include <IBehaviorEventData.h>

Public Types | |
| enum | { kDefaultIID = IID_IBEHAVIOREVENTDATA } |
Public Member Functions | |
| virtual void | SetEvent (const ActionEvent &event)=0 |
| virtual ActionEvent | GetEvent () const =0 |
Public Member Functions inherited from IPMUnknown | |
| virtual IPMUnknown * | QueryInterface (PMIID interfaceID) const =0 |
| virtual void | AddRef () const =0 |
| virtual void | Release () const =0 |
Used to pass in an event parameter to a command
| pure virtual |
Return the event.
| pure virtual |
Set the event.
| event | Should be an enum in kBehaviorEventIDSpace |