CVB.Net 15.0
Loading...
Searching...
No Matches
PropertyValueChangedEventArgs< T > Class Template Reference

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

Public Member Functions

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

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.

Member Function Documentation

◆ PropertyValueChangedEventArgs()

PropertyValueChangedEventArgs ( T oldValue,
T newValue )

Initializes the event args.

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