PropertyValueChangedEventArgsT Constructor

CVB.Net Documentation
Initializes the event args.

Namespace:  Stemmer.Cvb
Assembly:  Stemmer.Cvb (in Stemmer.Cvb.dll) Version: 14.0.0.0
Syntax

public PropertyValueChangedEventArgs(
	T oldValue,
	T newValue
)

Parameters

oldValue
Type: T
Value before the change was done.
newValue
Type: T
Value after the change was done.
See Also

Reference