C# Class Cirrious.MvvmCross.Plugins.FieldBinding.MvxNotifyChangeFieldSourceBinding

Inheritance: Cirrious.MvvmCross.Binding.Bindings.Source.MvxSourceBinding
Exibir arquivo Open project: Everbridge/sm-MvvmCross

Protected Methods

Method Description
Dispose ( bool isDisposing ) : void
MvxNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange ) : System
NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void

Method Details

Dispose() protected method

protected Dispose ( bool isDisposing ) : void
isDisposing bool
return void

MvxNotifyChangeFieldSourceBinding() protected method

protected MvxNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange ) : System
source object
notifyChange INotifyChange
return System

NotifyChangeOnChanged() protected abstract method

protected abstract NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void
sender object
eventArgs System.EventArgs
return void