IPXV_Inst::EventsRegistry Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
Line 3: Line 3:
 
{{#customTitle:IPXV_Inst::EventsRegistry Property}}
 
{{#customTitle:IPXV_Inst::EventsRegistry Property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|EventsRegistry|property}}
 
{{#parentPage:PXV:IPXV_Inst#Properties|EventsRegistry|property}}
{{ToWrite}}
 
 
{{ToReview}}
 
{{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 ==

Revision as of 17:50, 27 May 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**  ppEventServer);

See Also

IPXV_Inst