pmMDA.NET

IDataObject.SinglePropertyChanged Event

[This is preliminary documentation and subject to change.]

Occurs when the value of a single property has changed.

event SinglePropertyChangedEventHandler SinglePropertyChanged;

Event Data

The event handler receives an argument of type SinglePropertyChangedEventArgs containing data related to this event. The following SinglePropertyChangedEventArgs properties provide information specific to this event.

Property Description
NewValue Gets the new value of the changed property.
OldValue Gets the old value of the changed property.
Owner Gets the data object that owns the changed property.
PropertyName Gets the name of the changed property.

Remarks

Single properties have the type IDataObject.

See Also

IDataObject Interface | PmMda.Net.Dog Namespace