Метод | Описание | |
---|---|---|
ExecuteEverytimeWhenShown ( jQueryObject element, System.Action callback, bool callNowIfVisible ) : void | ||
ExecuteOnceWhenShown ( jQueryObject element, System.Action callback ) : void |
public static ExecuteEverytimeWhenShown ( jQueryObject element, System.Action callback, bool callNowIfVisible ) : void | ||
element | jQueryObject | |
callback | System.Action | |
callNowIfVisible | bool | |
Результат | void |
public static ExecuteOnceWhenShown ( jQueryObject element, System.Action callback ) : void | ||
element | jQueryObject | |
callback | System.Action | |
Результат | void |