Table of Contents

Constructor NotifyEventArgs

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

NotifyEventArgs()

Initializes a new instance of the NotifyEventArgs class with default settings.

public NotifyEventArgs()

NotifyEventArgs(NotifyState, int, int, bool)

Initializes a new instance of the NotifyEventArgs class with specified parameters.

public NotifyEventArgs(NotifyState state, int first, int last, bool update)

Parameters

state NotifyState

State of the new instance.

first int

First changed line of new instance.

last int

Last changed line of new instance.

update bool

Specifies Update field of the instance.