Table of Contents

Method Notification

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

Notification(object, EventArgs)

When implemented by a class, updates control's content according to the parameters of notification.

void Notification(object sender, EventArgs e)

Parameters

sender object

The source of the notification.

e EventArgs

An EventArgs that contains the event data.