Neokernel API

Props.notifyPropsChanged Method

Can be called externally to manually send props changes messages to all registered IPropsChangeListeners.

public virtual void notifyPropsChanged(
   string key
);

Parameters

key
the property that has changed.

See Also

Props Class | com.neokernel.props Namespace