Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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