pmMDA.NET

DataObjectImpl.PrimitivePropertyChanged Event

[This is preliminary documentation and subject to change.]

Occurs when the value of a primitive property has changed.

public event PrimitivePropertyChangedEventHandler PrimitivePropertyChanged;

Event Data

The event handler receives an argument of type PrimitivePropertyChangedEventArgs containing data related to this event. The following PrimitivePropertyChangedEventArgs 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.

Implements

IDataObject.PrimitivePropertyChanged

Remarks

Primitive properties have a primitive type such as int, long, string, float, ... .

See Also

DataObjectImpl Class | PmMda.Net.Dog Namespace