Class ValueChangedEventArgs
Provides class for encapsulation of arguments for ValueChangedEventHandlerDelegate.
Inherited Members
Namespace: AXSharp.Connector.ValueTypes
Assembly: AXSharp.Connector.dll
Syntax
public class ValueChangedEventArgs : EventArgs
Constructors
| Edit this page View SourceValueChangedEventArgs(object)
Initializes a new instance of the ValueChangedEventArgs class.
Declaration
public ValueChangedEventArgs(object newValue)
Parameters
Type | Name | Description |
---|---|---|
object | newValue |
Properties
| Edit this page View SourceNewValue
Get new | change value.
Declaration
public object NewValue { get; }
Property Value
Type | Description |
---|---|
object |