[]
        
(Showing Draft Content)

C1.Framework.Element.OnStateChanged

OnStateChanged Method

OnStateChanged(ElementFlags)

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

Declaration
protected virtual void OnStateChanged(Element.ElementFlags oldFlags)
Protected Overridable Sub OnStateChanged(oldFlags As Element.ElementFlags)
Parameters
Type Name Description
Element.ElementFlags oldFlags

Element.ElementFlags that contains the state before the change.

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.