Table of Contents

Enum DisposalSource

Namespace
LfrlAnvil.Reactive
Assembly
LfrlAnvil.Reactive.Core.dll

Represents an information about the source of IEventListener disposal.

public enum DisposalSource : byte

Fields

EventSource = 0

Specifies that the whole event source has been disposed.

Subscriber = 1

Specifies that only the event publisher attached to the event listener has been disposed.