IPXV_Inst::EventsRegistry Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXV_Inst::EventsRegistry Property}}
 
{{#customTitle:IPXV_Inst::EventsRegistry Property}}
 +
{{#parentPage:PXV:IPXV_Inst#Properties|EventsRegistry|property}}
 +
{{ToReview}}
  
Property '''EventsRegistry''' of interface [[PXV:IPXV_Inst|IPXV_Inst]] returns  Pointer to [[PXV:IEventsRegistry|IEventsRegistry]] ...
+
Gets a special registry of editor's events as pointer to [[PXV:IEventsRegistry|IEventsRegistry]] object. Use this object to register new custom events.
 
+
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_EventsRegistry([out, retval] IEventsRegistry** ppEventServer);
+
<pre class="brush:cpp;gutter:false">HRESULT get_EventsRegistry([out, retval] IEventsRegistry** pEventServer);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXV_Inst|IPXV_Inst]].
+
[[PXV:IPXV_Inst|IPXV_Inst]]

Latest revision as of 03:58, 15 June 2015


Gets a special registry of editor's events as pointer to IEventsRegistry object. Use this object to register new custom events.

Syntax

HRESULT get_EventsRegistry([out, retval]  IEventsRegistry**  pEventServer);

See Also

IPXV_Inst