CVB.Net 14.0
PropertyValueChangedEventArgs< T > Class Template Reference

Generic event arguments for property value changes. More...

Inherits EventArgs.

Public Member Functions

 PropertyValueChangedEventArgs (T oldValue, T newValue)
 Initializes the event args. More...
 

Properties

OldValue [get]
 Value before the change was done.
 
NewValue [get]
 Value after the change was done.
 

Detailed Description

Generic event arguments for property value changes.

Template Parameters
TProperty value type.

Constructor & Destructor Documentation

◆ PropertyValueChangedEventArgs()

PropertyValueChangedEventArgs ( oldValue,
newValue 
)

Initializes the event args.

Parameters
oldValueValue before the change was done.
newValueValue after the change was done.