IUIX_ObjImpl Interface

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(6 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IUIX_ObjImpl Interface}}
 
{{#customTitle:IUIX_ObjImpl Interface}}
{{#parentPage:PXV:UIX|IUIX_ObjImpl Interface|interface}}
+
{{#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 24: 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 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