IEvent::Handled Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IEvent::Handled Property}}
 
{{#customTitle:IEvent::Handled Property}}
Line 13: Line 14:
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IEvent|IEvent]].
+
[[PXV:IEvent|IEvent]].

Revision as of 04:46, 20 May 2015


Property Handled of interface IEvent returns/sets Value of VARIANT_BOOL ...

Syntax

HRESULT get_Handled([out, retval]  VARIANT_BOOL*  pHandled);
HRESULT put_Handled([in]  VARIANT_BOOL  pHandled);

See Also

IEvent.