ChangesPending Event

Syntax
C#
VB
C++
public event EventHandler<ContextEventArgs> ChangesPending 
Public Event ChangesPending As EventHandler(Of ContextEventArgs) 
public: 
event EventHandler<ContextEventArgs^>^ ChangesPending 

Event Data

The event handler receives an argument of type ContextEventArgs containing data related to this event. The following ContextEventArgs properties provide information specific to this event.

PropertyDescription
ContextCoupon Gets the context coupon.
Decision Gets or sets the decision value.
Reason Gets or sets the reason value.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Ccow.Services Assembly