[]
Called by the host control when the state of this Element changes.
protected override void OnStateChanged(Element.ElementFlags oldFlags)
Type | Name | Description |
---|---|---|
Element.ElementFlags | oldFlags | Element.ElementFlags that contains the state before the change. |
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.