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