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