EventHandlerFlags Enumeration

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:EventHandlerFlags Enumeration}}
 
{{#customTitle:EventHandlerFlags Enumeration}}
 +
{{#parentPage:PXV:Common_Enumerations|EventHandlerFlags|enum}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
Line 9: Line 11:
 
<pre class="brush:cpp;gutter:false">enum EventHandlerFlags
 
<pre class="brush:cpp;gutter:false">enum EventHandlerFlags
 
{
 
{
     EventHandler_SyncCall = 1;
+
     EventHandler_SyncCall = 1,
 
};
 
};
 
</pre>
 
</pre>
Line 16: Line 18:
 
;EventHandler_SyncCall
 
;EventHandler_SyncCall
 
:The ...
 
:The ...
 
== See Also ==
 
See also ...
 

Latest revision as of 07:46, 23 May 2015


Specifies the ...

Syntax

enum EventHandlerFlags
{
    EventHandler_SyncCall = 1,
};

Constants

EventHandler_SyncCall
The ...