ValueChangedEventArgs<TValue> Class

 

Provides information about value changes of all kinds.

Namespace:   Microsoft.VisualStudio.Language.Intellisense
Assembly:  Microsoft.VisualStudio.Language.Intellisense (in Microsoft.VisualStudio.Language.Intellisense.dll)

System.Object
  System.EventArgs
    Microsoft.VisualStudio.Language.Intellisense.ValueChangedEventArgs<TValue>

public class ValueChangedEventArgs<TValue> : EventArgs

Type Parameters

TValue

The type of the value.

NameDescription
System_CAPS_pubmethodValueChangedEventArgs<TValue>(TValue, TValue)

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

NameDescription
System_CAPS_pubpropertyNewValue

Gets the new value.

System_CAPS_pubpropertyOldValue

Gets the old value.

NameDescription
System_CAPS_pubmethodEquals(Object)

(Inherited from Object.)

System_CAPS_protmethodFinalize()

(Inherited from Object.)

System_CAPS_pubmethodGetHashCode()

(Inherited from Object.)

System_CAPS_pubmethodGetType()

(Inherited from Object.)

System_CAPS_protmethodMemberwiseClone()

(Inherited from Object.)

System_CAPS_pubmethodToString()

(Inherited from Object.)

Events that use these event arguments include:

SelectionStatusChanged 

SelectedCompletionSetChanged 

PopupStylesChanged 

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Return to top
Show: