FollowObservableStateBehavior class¶
Defined in
Namespace: ReactiveUI.Blend
Assembly: ReactiveUI.Blend.dll
Full name: ReactiveUI.Blend.FollowObservableStateBehavior
Modifiers: public
Summary¶
Behavior that tracks the state of an observable.
Applies to
net481
Class hierarchy
classDiagram
class FollowObservableStateBehavior
class Behavior~FrameworkElement~
Behavior~FrameworkElement~ <|-- FollowObservableStateBehavior
Inherits from: Behavior
Constructors¶
| Name | Summary |
|---|---|
| .ctor |
Properties¶
| Name | Summary |
|---|---|
| StateObservable | Gets or sets the state observable. |
| TargetObject | Gets or sets the target object. |
| AutoResubscribeOnError | Gets or sets a value indicating whether [automatic resubscribe on error]. |
| SchedulerOverride | Gets or sets the scheduler to use for observing state changes. If null, uses RxSchedulers.MainThreadScheduler. This property is primarily for testing purposes. |
Fields¶
| Name | Summary |
|---|---|
| static StateObservableProperty | The state observable dependency property. |
| static TargetObjectProperty | The target object dependency property. |
Methods¶
| Name | Summary |
|---|---|
| static OnStateObservableChanged | Called when [state observable changed]. |
| OnDetaching | Called when the behavior is being detached from its AssociatedObject, but before it has actually occurred. |