IEvent::Handled Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
Line 1: Line 1:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IEvent::Handled Property}}
 
{{#customTitle:IEvent::Handled Property}}
 +
{{#parentPage:PXV:IEvent|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Handled''' of interface [[PXV:IEvent|IEvent]] returns/sets  Value of VARIANT_BOOL ...
 
Property '''Handled''' of interface [[PXV:IEvent|IEvent]] returns/sets  Value of VARIANT_BOOL ...
 
  
 
== Syntax ==
 
== Syntax ==

Revision as of 15:35, 20 April 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

See also IEvent.