ValueChangedEventArgs Class

Definition

Event arguments for ValueChanged events. Provides both old and new values.

public ref class ValueChangedEventArgs : EventArgs
public class ValueChangedEventArgs : EventArgs
type ValueChangedEventArgs = class
    inherit EventArgs
Public Class ValueChangedEventArgs
Inherits EventArgs
Inheritance
ValueChangedEventArgs

Constructors

ValueChangedEventArgs(Double, Double)

Creates a new ValueChangedEventArgs event with oldValue and newValue.

Properties

NewValue

Gets the new value.

OldValue

Gets the old value.

Applies to