LayoutFarm.ImageBinder.LazyLoadImage C# (CSharp) Method

LazyLoadImage() public method

public LazyLoadImage ( ) : void
return void
        public void LazyLoadImage()
        {
            if (this.lazyLoadImgFunc != null)
            {
                this.lazyLoadImgFunc(this);
            }
        }
        public static readonly ImageBinder NoImage = new NoImageImageBinder();