Neokernel API

Props.suspendNotify Method

Suspends the automatic notification of IPropsChangeListeners. This is useful for when several property changes need to be made without calling the propsChanged method of the IPropsChangeListeners for each one. After this method is called, property changes are queued until the resumeNotify method is called. Each successive call to this method must be matched with a call to resumeNotify in order for notification to work correctly.

public virtual void suspendNotify();

See Also

Props Class | com.neokernel.props Namespace