'Declaration
Public Property NewValue As T
'Usage
Dim instance As PropertyChangedEventArgs(Of T) Dim value As T instance.NewValue = value value = instance.NewValue
public T NewValue {get; set;}
'Declaration
Public Property NewValue As T
'Usage
Dim instance As PropertyChangedEventArgs(Of T) Dim value As T instance.NewValue = value value = instance.NewValue
public T NewValue {get; set;}