ObservableForPropertyBase.ObservableFromNotification(NSObject, Expression, NSString) method¶
Defined in
Type: ObservableForPropertyBase
Namespace: ReactiveUI.Reactive
Assembly: ReactiveUI.Reactive.dll
Applies to
net10.0-ios26.0, net10.0-macos26.0, net10.0-maccatalyst26.0, net10.0-tvos26.0
protected static IObservable<IObservedChange<object, object?>> ObservableFromNotification(NSObject sender, Expression expression, NSString notification)
Summary: Creates an observable sequence that produces a notification each time the specified NSNotificationCenter notification is posted for sender.
Parameters
| Name | Type | Description |
|---|---|---|
sender | NSObject | The native sender. |
expression | Expression | The expression associated with the observed change. |
notification | NSString | The notification name. |
Returns: IObservable