Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.1.20
|
Leadtools.Ccow Namespace > IContextParticipant Interface : ContextChangesPending Method |
string ContextChangesPending( int contextCoupon, ref string reason )
'Declaration
Function ContextChangesPending( _ ByVal contextCoupon As Integer, _ ByRef reason As String _ ) As String
'Usage
Dim instance As IContextParticipant Dim contextCoupon As Integer Dim reason As String Dim value As String value = instance.ContextChangesPending(contextCoupon, reason)
String^ ContextChangesPending( int contextCoupon, String^% reason )