Neokernel API

Props.resumeNotify Method

Resumes the automatic notification of IPropsChangeListeners. Calling this method will immediately call the propsChanged method of its IPropsChangeListeners passing an array of property names which have changed since suspendNotify was called.

public virtual void resumeNotify();

See Also

Props Class | com.neokernel.props Namespace