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