IUIX_ObjImpl Interface

From PDF XChange PDF SDK
Jump to: navigation, search
Line 7: Line 7:
  
 
The interface of object of PDF-XChange Editor SDK.
 
The interface of object of PDF-XChange Editor SDK.
These methods will not handle HRESULTs, returned from user's event handlers.
+
Returned results (HRESULT code) from these methods will not be handled by caller. You should return result by  HRESULTs, returned from user's event handlers.
 
+
For return result user must fill field of parameter <code>IUIX_Event*  pEvent</code>
  
 
== Methods ==
 
== Methods ==

Revision as of 12:54, 8 December 2015


The interface of object of PDF-XChange Editor SDK. Returned results (HRESULT code) from these methods will not be handled by caller. You should return result by HRESULTs, returned from user's event handlers. For return result user must fill field of parameter IUIX_Event* pEvent

Methods

OnEvent OnPostEvent OnPreEvent

Properties

Obj

See Also

IUIX_Obj::CallNextEventProcess, UIX_MsgBoxConfig, UIX_NotifyInfo