C# Class MvvmCross.Binding.tvOS.Views.MvxImageViewWrapper

Inheritance: IDisposable
Exibir arquivo Open project: MvvmCross/MvvmCross

Public Methods

Method Description
Dispose ( ) : void
MvxImageViewWrapper ( Func imageView ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Private Methods

Method Description
ImageHelperOnImageChanged ( object sender, MvxValueEventArgs mvxValueEventArgs ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

Dispose() protected method

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

MvxImageViewWrapper() public method

public MvxImageViewWrapper ( Func imageView ) : System
imageView Func
return System