Telerik.Web.Mvc.UI.Fluent.DropDownClientEventsBuilder.OnDataBound C# (CSharp) Метод

OnDataBound() публичный Метод

Defines the inline handler of the OnDataBound client-side event
public OnDataBound ( System.Action onDataBoundInlineCode ) : DropDownClientEventsBuilder
onDataBoundInlineCode System.Action
Результат DropDownClientEventsBuilder
        public DropDownClientEventsBuilder OnDataBound(Action onDataBoundInlineCode)
        {
            Guard.IsNotNull(onDataBoundInlineCode, "onDataBoundInlineCode");

            clientEvents.OnDataBound.InlineCode = onDataBoundInlineCode;

            return this;
        }

Same methods

DropDownClientEventsBuilder::OnDataBound ( string onDataBoundHandlerName ) : DropDownClientEventsBuilder