Back to product page

Done event


Fires when component finishes executing a crypto operation.

Syntax

  • Basic
Private Sub object_Done()
The Done(object) syntax has these parts:
objectA wodCrypt object.

Remarks

This event is fired when wodCrypt finishes it's job (encryption, decryption, signing...), indicating that you can execute new methods. The Done event is fired only if the FireEvents property is set to True.

Platforms

Windows