The recording of the first ever ReactiveUI virtual conference is available on our YouTube Channel.

TransitioningContentControl Class

Summary

A ContentControl that animates the transition when its content is changed.
Namespace
ReactiveUI
Base Types
  • ContentControl
graph BT Type-->Base0["ContentControl"] Type["TransitioningContentControl"] class Type type-node

Syntax

[TemplatePart(Name = "PART_Container", Type = typeof(FrameworkElement))]
[TemplatePart(Name = "PART_PreviousImageSite", Type = typeof(Image))]
[TemplatePart(Name = "PART_CurrentContentPresentationSite", Type = typeof(ContentPresenter))]
[TemplateVisualState(Name = NormalState, GroupName = PresentationGroup)]
public class TransitioningContentControl : ContentControl

Attributes

Type Description
TemplatePart
TemplatePart
TemplatePart
TemplateVisualState

Constructors

Name Summary
TransitioningContentControl() Initializes a new instance of the TransitioningContentControl class.

Events

Name Type Summary
TransitionCompleted RoutedEventHandler?
Occurs when a transition has completed.
TransitionStarted RoutedEventHandler?
Occurs when a transition has started.

Fields

Name Constant Value Summary
TransitionDirectionProperty
DependencyProperty for the Transition property.
static
TransitionDurationProperty
DependencyProperty for the Transition property.
static
TransitionProperty
DependencyProperty for the Transition property.
static

Properties

Name Value Summary
Direction TransitioningContentControl.TransitionDirection
Gets or sets the transition direction.
Duration TimeSpan
Gets or sets the transition duration.
Transition TransitioningContentControl.TransitionType
Gets or sets the transition.

Methods

Name Value Summary
OnApplyTemplate() void
OnContentChanged(object, object) void
Called when the value of the ContentControl.Content property changes.

Extension Methods

Name Value Summary
BindCommand<TransitioningContentControl, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<TransitioningContentControl, TControl>>, Expression<Func<TViewModel, TParam>>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindCommand<TransitioningContentControl, TViewModel, TProp, TControl, TParam>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<TransitioningContentControl, TControl>>, IObservable<TParam>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindCommand<TransitioningContentControl, TViewModel, TProp, TControl>(TViewModel, Expression<Func<TViewModel, TProp>>, Expression<Func<TransitioningContentControl, TControl>>, string) IReactiveBinding<TView, TProp>
Bind a command from the ViewModel to an explicitly specified control on the View.
BindValidation<TransitioningContentControl, TViewModel, TViewModelProperty, TViewProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, Expression<Func<TransitioningContentControl, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the specified ViewModel property validation to the View property.
BindValidation<TransitioningContentControl, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<TransitioningContentControl, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<TransitioningContentControl, TViewModel, TViewProperty>(TViewModel, Expression<Func<TransitioningContentControl, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds the overall validation of a ViewModel to a specified View property.
BindValidation<TransitioningContentControl, TViewModel, TViewProperty>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, Expression<Func<TransitioningContentControl, TViewProperty>>, IValidationTextFormatter<string>) IDisposable
Binds a ValidationHelper from a ViewModel to a specified View property.
BindValidation<TransitioningContentControl, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidation<TransitioningContentControl, TViewModel>(TViewModel, Expression<Func<TViewModel, ValidationHelper>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<TransitioningContentControl, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
BindValidationEx<TransitioningContentControl, TViewModel, TViewModelProperty>(TViewModel, Expression<Func<TViewModel, TViewModelProperty>>, TextInputLayout, IValidationTextFormatter<string>) IDisposable
Platform binding to the TextInputLayout.
InvokeViewModelAction<T>(Action<T>) object
This is a thing I lifted from Prism.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Expression<Func<TransitioningContentControl, T9>>, Expression<Func<TransitioningContentControl, T10>>, Expression<Func<TransitioningContentControl, T11>>, Expression<Func<TransitioningContentControl, T12>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, IObservedChange<TransitioningContentControl, T5>, IObservedChange<TransitioningContentControl, T6>, IObservedChange<TransitioningContentControl, T7>, IObservedChange<TransitioningContentControl, T8>, IObservedChange<TransitioningContentControl, T9>, IObservedChange<TransitioningContentControl, T10>, IObservedChange<TransitioningContentControl, T11>, IObservedChange<TransitioningContentControl, T12>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Expression<Func<TransitioningContentControl, T9>>, Expression<Func<TransitioningContentControl, T10>>, Expression<Func<TransitioningContentControl, T11>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, IObservedChange<TransitioningContentControl, T5>, IObservedChange<TransitioningContentControl, T6>, IObservedChange<TransitioningContentControl, T7>, IObservedChange<TransitioningContentControl, T8>, IObservedChange<TransitioningContentControl, T9>, IObservedChange<TransitioningContentControl, T10>, IObservedChange<TransitioningContentControl, T11>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Expression<Func<TransitioningContentControl, T9>>, Expression<Func<TransitioningContentControl, T10>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, IObservedChange<TransitioningContentControl, T5>, IObservedChange<TransitioningContentControl, T6>, IObservedChange<TransitioningContentControl, T7>, IObservedChange<TransitioningContentControl, T8>, IObservedChange<TransitioningContentControl, T9>, IObservedChange<TransitioningContentControl, T10>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Expression<Func<TransitioningContentControl, T9>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, IObservedChange<TransitioningContentControl, T5>, IObservedChange<TransitioningContentControl, T6>, IObservedChange<TransitioningContentControl, T7>, IObservedChange<TransitioningContentControl, T8>, IObservedChange<TransitioningContentControl, T9>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, IObservedChange<TransitioningContentControl, T5>, IObservedChange<TransitioningContentControl, T6>, IObservedChange<TransitioningContentControl, T7>, IObservedChange<TransitioningContentControl, T8>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, IObservedChange<TransitioningContentControl, T5>, IObservedChange<TransitioningContentControl, T6>, IObservedChange<TransitioningContentControl, T7>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, IObservedChange<TransitioningContentControl, T5>, IObservedChange<TransitioningContentControl, T6>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4, T5>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, IObservedChange<TransitioningContentControl, T5>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3, T4>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, IObservedChange<TransitioningContentControl, T4>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2, T3>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, IObservedChange<TransitioningContentControl, T3>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1, T2>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Func<IObservedChange<TransitioningContentControl, T1>, IObservedChange<TransitioningContentControl, T2>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAny<TransitioningContentControl, TRet, T1>(Expression<Func<TransitioningContentControl, T1>>, Func<IObservedChange<TransitioningContentControl, T1>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Expression?, Func<IObservedChange<TransitioningContentControl, object>, IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyDynamic<TransitioningContentControl, TRet>(Expression?, Func<IObservedChange<TransitioningContentControl, object>, TRet>) IObservable<TRet>
WhenAny allows you to observe whenever one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Expression<Func<TransitioningContentControl, IObservable<T5>>>, Expression<Func<TransitioningContentControl, IObservable<T6>>>, Expression<Func<TransitioningContentControl, IObservable<T7>>>, Expression<Func<TransitioningContentControl, IObservable<T8>>>, Expression<Func<TransitioningContentControl, IObservable<T9>>>, Expression<Func<TransitioningContentControl, IObservable<T10>>>, Expression<Func<TransitioningContentControl, IObservable<T11>>>, Expression<Func<TransitioningContentControl, IObservable<T12>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Expression<Func<TransitioningContentControl, IObservable<T5>>>, Expression<Func<TransitioningContentControl, IObservable<T6>>>, Expression<Func<TransitioningContentControl, IObservable<T7>>>, Expression<Func<TransitioningContentControl, IObservable<T8>>>, Expression<Func<TransitioningContentControl, IObservable<T9>>>, Expression<Func<TransitioningContentControl, IObservable<T10>>>, Expression<Func<TransitioningContentControl, IObservable<T11>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Expression<Func<TransitioningContentControl, IObservable<T5>>>, Expression<Func<TransitioningContentControl, IObservable<T6>>>, Expression<Func<TransitioningContentControl, IObservable<T7>>>, Expression<Func<TransitioningContentControl, IObservable<T8>>>, Expression<Func<TransitioningContentControl, IObservable<T9>>>, Expression<Func<TransitioningContentControl, IObservable<T10>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Expression<Func<TransitioningContentControl, IObservable<T5>>>, Expression<Func<TransitioningContentControl, IObservable<T6>>>, Expression<Func<TransitioningContentControl, IObservable<T7>>>, Expression<Func<TransitioningContentControl, IObservable<T8>>>, Expression<Func<TransitioningContentControl, IObservable<T9>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Expression<Func<TransitioningContentControl, IObservable<T5>>>, Expression<Func<TransitioningContentControl, IObservable<T6>>>, Expression<Func<TransitioningContentControl, IObservable<T7>>>, Expression<Func<TransitioningContentControl, IObservable<T8>>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Expression<Func<TransitioningContentControl, IObservable<T5>>>, Expression<Func<TransitioningContentControl, IObservable<T6>>>, Expression<Func<TransitioningContentControl, IObservable<T7>>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Expression<Func<TransitioningContentControl, IObservable<T5>>>, Expression<Func<TransitioningContentControl, IObservable<T6>>>, Func<T1, T2, T3, T4, T5, T6, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4, T5>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Expression<Func<TransitioningContentControl, IObservable<T5>>>, Func<T1, T2, T3, T4, T5, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3, T4>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Expression<Func<TransitioningContentControl, IObservable<T4>>>, Func<T1, T2, T3, T4, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2, T3>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Expression<Func<TransitioningContentControl, IObservable<T3>>>, Func<T1, T2, T3, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet, T1, T2>(Expression<Func<TransitioningContentControl, IObservable<T1>>>, Expression<Func<TransitioningContentControl, IObservable<T2>>>, Func<T1, T2, TRet>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Observe a observable which is set to a property, and automatically subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyObservable<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>, Expression<Func<TransitioningContentControl, IObservable<TRet>>>) IObservable<TRet>
Monitor a property that is an observable, and subscribe to the most recent emitted value.
WhenAnyValue<TransitioningContentControl, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>) IObservable<(T1, T2, T3, T4, T5, T6, T7)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, T1, T2, T3, T4, T5, T6>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>) IObservable<(T1, T2, T3, T4, T5, T6)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, T1, T2, T3, T4, T5>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>) IObservable<(T1, T2, T3, T4, T5)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, T1, T2, T3, T4>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>) IObservable<(T1, T2, T3, T4)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, T1, T2, T3>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>) IObservable<(T1, T2, T3)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, T1, T2>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>) IObservable<(T1, T2)>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Expression<Func<TransitioningContentControl, T9>>, Expression<Func<TransitioningContentControl, T10>>, Expression<Func<TransitioningContentControl, T11>>, Expression<Func<TransitioningContentControl, T12>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Expression<Func<TransitioningContentControl, T9>>, Expression<Func<TransitioningContentControl, T10>>, Expression<Func<TransitioningContentControl, T11>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Expression<Func<TransitioningContentControl, T9>>, Expression<Func<TransitioningContentControl, T10>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8, T9>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Expression<Func<TransitioningContentControl, T9>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, T9, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7, T8>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Expression<Func<TransitioningContentControl, T8>>, Func<T1, T2, T3, T4, T5, T6, T7, T8, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6, T7>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Expression<Func<TransitioningContentControl, T7>>, Func<T1, T2, T3, T4, T5, T6, T7, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4, T5, T6>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Expression<Func<TransitioningContentControl, T6>>, Func<T1, T2, T3, T4, T5, T6, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4, T5>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Expression<Func<TransitioningContentControl, T5>>, Func<T1, T2, T3, T4, T5, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3, T4>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Expression<Func<TransitioningContentControl, T4>>, Func<T1, T2, T3, T4, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2, T3>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Expression<Func<TransitioningContentControl, T3>>, Func<T1, T2, T3, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1, T2>(Expression<Func<TransitioningContentControl, T1>>, Expression<Func<TransitioningContentControl, T2>>, Func<T1, T2, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet, T1>(Expression<Func<TransitioningContentControl, T1>>, Func<T1, TRet>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of one or more properties on an object have changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
WhenAnyValue<TransitioningContentControl, TRet>(Expression<Func<TransitioningContentControl, TRet>>) IObservable<TRet>
WhenAnyValue allows you to observe whenever the value of a property on an object has changed, providing an initial value when the Observable is set up, unlike ObservableForProperty(). Use this method in constructors to set up bindings between properties that also need an initial setup.
With<TransitioningContentControl, TKey, TField>(Dictionary<TKey, TField>, IDictionary<TKey, TField>) TBuilder
Adds the specified dictionary to the provided dictionary.