C# 클래스 Serenity.LazyLoadHelper

파일 보기 프로젝트 열기: volkanceylan/Serenity 1 사용 예제들

공개 메소드들

메소드 설명
ExecuteEverytimeWhenShown ( jQueryObject element, System.Action callback, bool callNowIfVisible ) : void
ExecuteOnceWhenShown ( jQueryObject element, System.Action callback ) : void

메소드 상세

ExecuteEverytimeWhenShown() 공개 정적인 메소드

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

ExecuteOnceWhenShown() 공개 정적인 메소드

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