Brew.Webforms.EventHookModule.Init C# (CSharp) Method

Init() public method

public Init ( System.Web.HttpApplication context ) : void
context System.Web.HttpApplication
return void
        public void Init(HttpApplication context)
        {
            context.PreRequestHandlerExecute += new EventHandler(context_PreRequestHandlerExecute);
        }