SetEventHandler
Install an Event Handler to the object.
BOOL SetEventHandler( LPCSTR lpcszClassName )
See OriginObject::GetEventHandler Examples
Install an Event Handler to the object. Event handlers are Origin C classes that are derived from ObjectCmdTarget class.
In principle, all class objects that are derived from OriginObejct are capable of handling Event Handlers, but not all of them have internal events properly connected to Origin C. Currently, only the followings are supported, more will be added in the future.
GraphObject Worksheet WorksheetPage Column
OriginObject::GetEventHandler
origin.h