示例#1
0
        protected override void OnInitialized()
        {
            Subscribe();
            _parent = parent as CompBlazorScrollbar;

            base.OnInitialized();
        }
示例#2
0
        protected override void OnInitialized()
        {
            bsbButton.PropertyChanged = BsbButton_PropertyChanged;
            _parent = parent as CompBlazorScrollbar;

            base.OnInitialized();
        }
示例#3
0
        protected override void OnInit()
        {
            EnableRender = true;
            DragMode     = false;

            Subscribe();

            _parent = parent as CompBlazorScrollbar;
        }
示例#4
0
 protected override void OnInit()
 {
     Subscribe();
     _parent = parent as CompBlazorScrollbar;
 }