Telerik.Web.Mvc.UI.TextboxBaseClientEventsBuilder.HandlerAction C# (CSharp) Method

HandlerAction() private method

private HandlerAction ( string handlerName ) : System.Action
handlerName string
return System.Action
        private Action HandlerAction(string handlerName)
        {
            return () => viewContext.HttpContext.Response.Write(handlerName);
        }