Click or drag to resize
VariableDataChangedEventArgs Class
Value of a container change event arguments
Inheritance Hierarchy
SystemObject
  SystemEventArgs
    FlexRuleVariableDataChangedEventArgs

Namespace: FlexRule
Assembly: FlexRule.Core.Library (in FlexRule.Core.Library.dll) Version: 0.0.0.0 (0.0.0.0)
Syntax
C#
[SerializableAttribute]
public class VariableDataChangedEventArgs : EventArgs

The VariableDataChangedEventArgs type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyName
Name of variable
Public propertyNewValue
Public propertyOldValue
Top
Extension Methods
See Also