Description
-
Determines if events will be fired (causes significantly
slower operations).
Property type
-
A Boolean value. When set to True,
events are fired.
Syntax
-
object.FireEvents [= value]
The FireEvents Property syntax has these parts:
| object |
An expression
evaluating to an object of type wodCrypt. |
| value |
A Boolean value. |
Remarks
-
wodCrypt supports Progress and
Done
events. However, firing events is a lengthy process according to the
ActiveX control specifications. When dealing with sensitive
crypto material, you might want to complete the process as quickly as
possible, in which case even our internal event handling
code can be a major slowdown. So if you don't want
events to fire, set FireEvents to False. If you
want events - set this property to True.
|