ObjectPropertyChangedHandler¶ delegate void ObjectPropertyChangedHandler(INamed obj, Property prop)¶ Represents the method that is called when a property of an object is changed. Parameters obj – Object of which a property is changed. prop – Which property is changed.