[]
        
(Showing Draft Content)

C1.Framework.ScrollBarElement.ScrollBarPageButton.OnStateChanged

OnStateChanged Method

OnStateChanged(ElementFlags)

Called by the host control when the state of this Element changes.

Declaration
protected override void OnStateChanged(Element.ElementFlags oldFlags)
Parameters
Type Name Description
Element.ElementFlags oldFlags

Element.ElementFlags that contains the state before the change.

Overrides
Remarks

The state of an element is represented by a combination of Element.ElementFlags values. Each individual flag is represented by a specific property, including Visible, Enabled, etc.