Share via


PropertyValueChangedEventArgs<T> Class

The event arguments for PropertyValueChangedEventHandler<T>.

Namespace:  Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel
Assembly:  Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime (in Microsoft.Practices.EnterpriseLibrary.Configuration.DesignTime.dll)

Syntax

'Declaration
Public Class PropertyValueChangedEventArgs(Of T) _
    Inherits EventArgs
public class PropertyValueChangedEventArgs<T> : EventArgs
generic<typename T>
public ref class PropertyValueChangedEventArgs : public EventArgs
JScript does not support generic types or methods.

Type Parameters

  • T
    The type for the property value.

Inheritance Hierarchy

System.Object
  System.EventArgs
    Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel.PropertyValueChangedEventArgs<T>

See Also

PropertyValueChangedEventArgs<T> Members

Microsoft.Practices.EnterpriseLibrary.Configuration.Design.ViewModel Namespace