IndexerDescriptorSubscribe Method

Notifies the provider that an observer is to receive notifications.

Definition

Namespace: Avalonia.Data
Assembly: Avalonia.Base (in Avalonia.Base.dll) Version: 11.3.999
public IDisposable Subscribe(
	IObserver<Object?> observer
)

Parameters

observer  IObserverObject
The object that is to receive notifications.

Return Value

IDisposable
A reference to an interface that allows observers to stop receiving notifications before the provider has finished sending them.

Implements

IObservableTSubscribe(IObserverT)

See Also