Table of Contents

Delegate NotifyEvent

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

Represents a method that will handle the TextEditor.SourceStateChanged event.

public delegate void NotifyEvent(object sender, NotifyEventArgs e)

Parameters

sender object

The source of the event.

e NotifyEventArgs

A NotifyEventArgs that contains the event data.