Interface IEditNotifier
Represents method that informs editor object about changes in linked objects.
public interface IEditNotifier : INotifier
Methods
- OnStateChanged(object, NotifyState)
When implemented by a class, updates editor control's content according to the parameters of notification.