Interface IBindWritable
- Namespace
- Bindables
- Assembly
- Bindables.dll
Interface for bindable objects that support manual change notifications.
public interface IBindWritable
Methods
NotifyChanged()
Manually triggers change notifications for observers. Use this when the bindable's internal state changes without setting the Value property.
void NotifyChanged()