C# Class MvvmCross.Droid.ViewModels.MvxAndroidPropertyChangedListener

Just like MvxPropertyChangedListener but won't call handlers if the target (being an activity, fragment, view or other object that belongs to the Java VM) is in "mono limbo" (where the object still exists in the mono VM, but not in the Java VM).
Inheritance: MvxPropertyChangedListener
Afficher le fichier Open project: MvvmCross/MvvmCross

Méthodes publiques

Méthode Description
MvxAndroidPropertyChangedListener ( INotifyPropertyChanged source, IJavaObject target ) : System
NotificationObjectOnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void

Method Details

MvxAndroidPropertyChangedListener() public méthode

public MvxAndroidPropertyChangedListener ( INotifyPropertyChanged source, IJavaObject target ) : System
source INotifyPropertyChanged
target IJavaObject
Résultat System

NotificationObjectOnPropertyChanged() public méthode

public NotificationObjectOnPropertyChanged ( object sender, PropertyChangedEventArgs e ) : void
sender object
e System.ComponentModel.PropertyChangedEventArgs
Résultat void