PreviousNext
UserDpaValue
Help > Custom DPA Handler > Events > UserDpaValue

This event is raised whenever DPA is internally required to return user-defined DPA value in the DPA Response. This event is raised the very last time when it is necessary to fill in the UserDpaValue variable but the user can also fill in this variable at any other event before and ignore this event.

 

Example

 

case DpaEvent_UserDpaValue:

  UserDpaValue = myDpaValue;

  return Carry;