Class ObjectPropertyChangedEventArgs<T>
Provides data for the property change events.
public class ObjectPropertyChangedEventArgs<T> : BaseEventArgs
Type Parameters
TThe type of the object whose property changed.
- Inheritance
-
ObjectPropertyChangedEventArgs<T>
- Derived
Constructors
- ObjectPropertyChangedEventArgs(T, string?)
Initializes a new instance of the ObjectPropertyChangedEventArgs class.
Properties
- Instance
Object instance which property was changed.
- PropName
Property name. If
null, more than one property were changed.