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

IReactiveObjectExtensions.

SubscribePropertyChangingEvents<TSender>(TSender) Method

Summary

Use this method for enabling classic PropertyChanging events when you are implementing IReactiveObject manually.
Namespace
ReactiveUI
Containing Type
IReactiveObjectExtensions

Syntax

public static void SubscribePropertyChangingEvents<TSender>(this TSender reactiveObject) 
    where TSender : IReactiveObject

Type Parameters

Name Description
TSender The sender type.

Parameters

Name Type Description
reactiveObject TSender The instance of IReactiveObject which should propagate property changes.

Return Value

Type Description
void