Discuss this help topic in SecureBlackbox Forum

TElASReceipt.OnStepStart

TElASReceipt     


Filter: C#/Java  VB.NET  Pascal  C++  PHP  


This event is fired before starting a processing step.

Declaration

[C#/Java]
    event TSBASProcessingStepStart OnStepStart;
    delegate void TSBASProcessingStepStart(object Sender, TSBASMessageProcessingStep Step, bool ProgressAvailable);

[VB.NET]
    Event OnStepStart As TSBASProcessingStepStart
    Delegate Sub TSBASProcessingStepStart(ByVal Sender As Object, ByVal Step As TSBASMessageProcessingStep, ByVal ProgressAvailable As Boolean)

[Pascal]
    property OnStepStart : TSBASProcessingStepStart;
    TSBASProcessingStepStart = procedure(Sender: Object; Step : TSBASMessageProcessingStep; ProgressAvailable : boolean) of object;

[C++]
    not available

[PHP]
    not available

Parameters

  • Step - the processing step to be started
  • ProgressAvailable - specifies if the component is able to report processing progress for this step

TSBASMessageProcessingStep values:

Description

    This event is fired by TElASReceipt before starting the next receipt processing step.

Discuss this help topic in SecureBlackbox Forum