protected override void OnInitialized() { Subscribe(); _parent = parent as CompBlazorScrollbar; base.OnInitialized(); }
protected override void OnInitialized() { bsbButton.PropertyChanged = BsbButton_PropertyChanged; _parent = parent as CompBlazorScrollbar; base.OnInitialized(); }
protected override void OnInit() { EnableRender = true; DragMode = false; Subscribe(); _parent = parent as CompBlazorScrollbar; }
protected override void OnInit() { Subscribe(); _parent = parent as CompBlazorScrollbar; }