IUIX_ObjImpl Interface

From PDF XChange PDF SDK
Jump to: navigation, search
 
(One intermediate revision by the same user not shown)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
The interface of object of PDF-XChange Editor SDK.
+
The interface of object of PDF-XChange Editor SDK that can be used for specify behavior of [[PXV:IUIX_Obj|IUIX_Obj]] object.
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 ==

Latest revision as of 12:57, 8 December 2015


The interface of object of PDF-XChange Editor SDK that can be used for specify behavior of IUIX_Obj object. 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