←Select platform

OnChangesPending Method

Summary

Raises the ChangesPending event.

Syntax

C#
VB
C++
protected virtual string OnChangesPending( 
   int coupon, 
   ref string reason 
) 
Protected Overridable Function OnChangesPending( _ 
   ByVal coupon As Integer, _ 
   ByRef reason As String _ 
) As String 
protected: 
virtual String^ OnChangesPending(  
   int coupon, 
   String^% reason 
)  

Parameters

coupon
The transaction within which the context changes occurred.

reason
The reason provided by the participant if it cannot accept the changes.

Return Value

The decision the participant made about the changes.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly