Back to product page

FireEvents property


Determines if events will be fired (causes significantly slower operations).

Type

A Boolean value. When set to True, events are fired.

Syntax

  • Basic
object.FireEvents [= value]
The FireEvents(object,value) syntax has these parts:
objectAn expression evaluating to an object of type wodCrypt.
valueA 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.

Platforms

Windows