Ext.Net.Checkbox.OnBeforeClientInit C# (CSharp) Method

OnBeforeClientInit() private method

private OnBeforeClientInit ( Observable sender ) : void
sender Observable
return void
        protected override void OnBeforeClientInit(Observable sender)
        {
            if (this.AutoPostBack)
            {
                this.On("check", new JFunction(this.PostBackFunction));
            }
        }