Neokernel API

Props.notifyPropsChangedIgnore(String, IPropsChangeListener) Method

Can be called externally to manually send props changes messages to all registered IPropsChangeListeners, except the one passed. Passing a null IPropsChangeLister will result in the notification of all registered listeners; the same as notifyPropsChanged.

public virtual void notifyPropsChangedIgnore(
   string key,
   IPropsChangeListener ignore
);

Parameters

key
the property that has changed.
ignore
a reference to an IPropsChangeListener.

See Also

Props Class | com.neokernel.props Namespace | Props.notifyPropsChangedIgnore Overload List