IUIX_ObjImpl Interface
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(5 intermediate revisions by 2 users not shown) | |||
Line 2: | Line 2: | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IUIX_ObjImpl Interface}} | {{#customTitle:IUIX_ObjImpl Interface}} | ||
− | {{#parentPage:PXV: | + | {{#parentPage:PXV:UIX_Interfaces|IUIX_ObjImpl|interface}} |
{{ToWrite}} | {{ToWrite}} | ||
{{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. |
+ | 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 == | ||
Line 25: | Line 27: | ||
| | | | ||
|} | |} | ||
+ | |||
+ | == See Also == | ||
+ | [[PXV:IUIX_Obj_CallNextEventProcess|IUIX_Obj::CallNextEventProcess]], [[PXV:UIX_MsgBoxConfig|UIX_MsgBoxConfig]], [[PXV:UIX_NotifyInfo|UIX_NotifyInfo]] |
Latest revision as of 11: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