Table of Contents

Method AddNotifier

Namespace
Alternet.Common
Assembly
Alternet.Common.v9.dll

AddNotifier(INotifier)

When implemented by a class, adds new handler to respond a notification.

void AddNotifier(INotifier sender)

Parameters

sender INotifier

Specifies an object that can respond a notification.