ValueChangedEventArgs<TValue> Class

Definition

Provides information about value changes of all kinds.

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

Type Parameters

TValue

The type of the value.

Inheritance
ValueChangedEventArgs<TValue>

Remarks

Events that use these event arguments include:

SelectionStatusChanged

SelectedCompletionSetChanged

PopupStylesChanged

Constructors

ValueChangedEventArgs<TValue>(TValue, TValue)

Initializes a new instance of ValueChangedEventArgs<TValue> with the new and old values of a property.

Properties

NewValue

Gets the new value.

OldValue

Gets the old value.

Applies to