SubscribeObjectPropertyChanged

virtual PSubscription ISystem::SubscribeObjectPropertyChanged(ObjectPropertyChangedHandler handler) = 0

Subscribes a callback to be executed when a property is changed of a descendant object of this system.

Parameters

handler – Function to be called when a property is changed.

Returns

PSubscription – An ISubscription for the callback.

Throws

CInvalidArgumentException – Empty callback handler specified.