C# Class Serenity.LazyLoadHelper

Exibir arquivo Open project: volkanceylan/Serenity Class Usage Examples

Public Methods

Method Description
ExecuteEverytimeWhenShown ( jQueryObject element, System.Action callback, bool callNowIfVisible ) : void
ExecuteOnceWhenShown ( jQueryObject element, System.Action callback ) : void

Method Details

ExecuteEverytimeWhenShown() public static method

public static ExecuteEverytimeWhenShown ( jQueryObject element, System.Action callback, bool callNowIfVisible ) : void
element jQueryObject
callback System.Action
callNowIfVisible bool
return void

ExecuteOnceWhenShown() public static method

public static ExecuteOnceWhenShown ( jQueryObject element, System.Action callback ) : void
element jQueryObject
callback System.Action
return void