ValueChangedEventArgs<T> Class

Definition

Provides data for the ValueChangedEventArgs<T> event.

generic <typename T>
public ref class ValueChangedEventArgs : EventArgs
public class ValueChangedEventArgs<T> : EventArgs
type ValueChangedEventArgs<'T> = class
    inherit EventArgs
Public Class ValueChangedEventArgs(Of T)
Inherits EventArgs

Type Parameters

T

The type of the value changed.

Inheritance
ValueChangedEventArgs<T>

Constructors

ValueChangedEventArgs<T>(T, T)

Initializes a new instance of the ValueChangedEventArgs<T> class.

Properties

NewValue

Gets the new value of a property as reported by a property changed event.

OldValue

Gets the previous value of the property as reported by a property changed event.

Applies to