Click or drag to resize

PropertyValueChangedEventHandler<TValue> Delegate

PropertyChanged event handler that supports standard property changed signature events with additional old value and new value parameters.

Namespace:  BionicCode.Utilities.Net.Standard.ViewModel
Assembly:  BionicCode.Utilities.Net.Standard (in BionicCode.Utilities.Net.Standard.dll) Version: 1.0.4
Syntax
public delegate void PropertyValueChangedEventHandler<TValue>(
	Object sender,
	PropertyValueChangedArgs<TValue> propertyChangedArgs
)

Parameters

sender
Type: System.Object
propertyChangedArgs
Type: BionicCode.Utilities.Net.Standard.ViewModel.PropertyValueChangedArgs<TValue>

Type Parameters

TValue

[Missing <typeparam name="TValue"/> documentation for "T:BionicCode.Utilities.Net.Standard.ViewModel.PropertyValueChangedEventHandler`1"]

See Also
https://github.com/BionicCode/BionicCode.Net/blob/master/README.md