Ext.Net.Radio.OnBeforeClientInit C# (CSharp) 메소드

OnBeforeClientInit() 개인적인 메소드

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