Skip to content

ReactiveDialogFragment class

Defined in

Namespace: ReactiveUI.AndroidX Assembly: ReactiveUI.AndroidX.dll Full name: ReactiveUI.AndroidX.ReactiveDialogFragment Modifiers: public

Summary

View source

        This is a Fragment that is both an Activity and has ReactiveObject powers
        (i.e. you can call RaiseAndSetIfChanged).
        

Applies to

net10.0-android36.0

Class hierarchy
classDiagram
class ReactiveDialogFragment
class DialogFragment
DialogFragment <|-- ReactiveDialogFragment
class IReactiveNotifyPropertyChanged~ReactiveDialogFragment~ {
    <>
}
IReactiveNotifyPropertyChanged~ReactiveDialogFragment~ <|.. ReactiveDialogFragment
class IReactiveObject {
    <>
}
IReactiveObject <|.. ReactiveDialogFragment
class INotifyPropertyChanged {
    <>
}
INotifyPropertyChanged <|.. ReactiveDialogFragment
class INotifyPropertyChanging {
    <>
}
INotifyPropertyChanging <|.. ReactiveDialogFragment
class IEnableLogger {
    <>
}
IEnableLogger <|.. ReactiveDialogFragment
class IHandleObservableErrors {
    <>
}
IHandleObservableErrors <|.. ReactiveDialogFragment

Inherits from: DialogFragment

Implements: IReactiveNotifyPropertyChanged, IReactiveObject, INotifyPropertyChanged, INotifyPropertyChanging, IEnableLogger, IHandleObservableErrors

Constructors

NameSummary
.ctorInitializes a new instance of the [ReactiveDialogFragment](# class.

Properties

NameSummary
ThrownExceptionsGets a observable which will fire whenever an exception would normally terminate ReactiveUI internal state.
ActivatedGets a observable that signals when the fragment is activated.
DeactivatedGets a observable that signals when the fragment is deactivated.
ChangingGets an observable that fires before a property is about to be changed. Note that this should not fire duplicate change notifications if a property is set to the same...
ChangedGets an Observable that fires after a property has changed. Note that this should not fire duplicate change notifications if a property is set to the same value multiple...

Methods

NameSummary
SuppressChangeNotificationsWhen this method is called, an object will not fire change notifications (neither traditional nor Observable notifications) until the return value is disposed.
OnPause
OnResume
Dispose

Events

NameSummary
PropertyChanging
PropertyChanged

Derived types

Inherited members