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

Inheritance: MvxNotifyChangeFieldSourceBinding
Show file Open project: Everbridge/sm-MvvmCross Class Usage Examples

Public Methods

Method Description
GetValue ( ) : object
MvxLeafNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange ) : System
SetValue ( object value ) : void

Protected Methods

Method Description
NotifyChangeOnChanged ( object sender, EventArgs eventArgs ) : void

Method Details

GetValue() public method

public GetValue ( ) : object
return object

MvxLeafNotifyChangeFieldSourceBinding() public method

public MvxLeafNotifyChangeFieldSourceBinding ( object source, INotifyChange notifyChange ) : System
source object
notifyChange INotifyChange
return System

NotifyChangeOnChanged() protected method

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

SetValue() public method

public SetValue ( object value ) : void
value object
return void