Table of Contents

Method Notification

Namespace
Alternet.Editor.Wpf
Assembly
Alternet.Editor.Wpf.v9.dll

Notification(object, EventArgs)

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

public void Notification(object sender, EventArgs e)

Parameters

sender object

The source of the notification.

e EventArgs

An EventArgs that contains the event data.