PanelBarClientEventsBuilder - класс

Defines the fluent interface for configuring the ClientEvents.
Иерархия наследования
Object
  Telerik.Web.Mvc.UIPanelBarClientEventsBuilder

Пространство имён:  Telerik.Web.Mvc.UI
Сборка:  Telerik.Web.Mvc (в Telerik.Web.Mvc.dll) Версия: 2011.1.315.340
Синтаксис
C#
public class PanelBarClientEventsBuilder

Тип PanelBarClientEventsBuilder предоставляет следующие члены.

Конструкторы
  ИмяОписание
Открытый методPanelBarClientEventsBuilder
Initializes a new instance of the PanelBarClientEventsBuilder class.
В начало страницы
Методы
  ИмяОписание
Открытый методEquals
Определяет, равен ли заданный объект текущему объекту.
(Унаследован от Object.)
Защищённый методFinalize
Позволяет объекту попытаться освободить ресурсы и выполнить другие операции очистки, перед тем как он будет уничтожен во время сборки мусора.
(Унаследован от Object.)
Открытый методGetHashCode
Служит хэш-функцией по умолчанию.
(Унаследован от Object.)
Открытый методGetType
Возвращает объект Type для текущего экземпляра.
(Унаследован от Object.)
Защищённый методMemberwiseClone
Создает неполную копию текущего объекта Object.
(Унаследован от Object.)
Открытый методПример кодаOnCollapse(Action)
Defines the inline handler of the OnCollapse client-side event
Открытый методПример кодаOnCollapse(FuncObject, Object)
Defines the inline handler of the OnCollapse client-side event
Открытый методПример кодаOnCollapse(String)
Defines the name of the JavaScript function that will handle the the OnCollapse client-side event.
Открытый методПример кодаOnError(Action)
Defines the inline handler of the OnError client-side event
Открытый методПример кодаOnError(FuncObject, Object)
Defines the inline handler of the OnError client-side event
Открытый методПример кодаOnError(String)
Defines the name of the JavaScript function that will handle the the OnError client-side event.
Открытый методПример кодаOnExpand(Action)
Defines the inline handler of the OnExpand client-side event
Открытый методПример кодаOnExpand(FuncObject, Object)
Defines the inline handler of the OnExpand client-side event
Открытый методПример кодаOnExpand(String)
Defines the name of the JavaScript function that will handle the the OnExpand client-side event.
Открытый методПример кодаOnLoad(Action)
Defines the inline handler of the OnLoad client-side event
Открытый методПример кодаOnLoad(FuncObject, Object)
Defines the inline handler of the OnLoad client-side event
Открытый методПример кодаOnLoad(String)
Defines the name of the JavaScript function that will handle the the OnLoad client-side event.
Открытый методПример кодаOnSelect(Action)
Defines the inline handler of the OnSelect client-side event
Открытый методПример кодаOnSelect(FuncObject, Object)
Defines the inline handler of the OnSelect client-side event
Открытый методПример кодаOnSelect(String)
Defines the name of the JavaScript function that will handle the the OnSelect client-side event.
Открытый методToString
Возвращает строку, представляющую текущий объект.
(Унаследован от Object.)
В начало страницы
См. также