INotifier Interface
Definition
Namespace: Alternet.Common
Assembly: Alternet.Common.v8.dll
Represents method that informs object about changes in linked objects.
Syntax
public interface INotifier
Methods
Notification(Object, EventArgs) | When implemented by a class, updates control's content according to the parameters of notification. |