Discuss this help topic in SecureBlackbox Forum
This event is fired after compressed data was processed.
Declaration
[C#/Java]
event TNotifyEvent OnCompressed;
[VB.NET]
Event OnCompressed As TNotifyEvent
[Pascal]
property OnCompressed : TSBPGPCompressedEvent;
TSBPGPCompressedEvent = TNotifyEvent;
[C++]
void get_OnCompressed(TNotifyEvent &pMethodOutResult, void * &pDataOutResult);
void set_OnCompressed(TNotifyEvent pMethodValue, void * pDataValue);
typedef void (SB_CALLBACK *TNotifyEvent)(void * _ObjectData, TObjectHandle Sender);
[PHP]
TNotifyEvent|callable|NULL get_OnCompressed()
void set_OnCompressed(TNotifyEvent|callable|NULL $Value)
callable TNotifyEvent(TObject $Sender)
Description
This event is fired by TElPGPReader after it has processed compressed data.
Discuss this help topic in SecureBlackbox Forum