C1.Win.8 Assembly / C1.Framework Namespace / PathIconElement Class / OnStateChanged Method
Element.ElementFlags that contains the state before the change.

In This Topic
OnStateChanged Method (PathIconElement)
In This Topic
Called by the host control when the state of this Element changes.
Syntax
'Declaration
 
Protected Overridable Sub OnStateChanged( _
   ByVal oldFlags As Element.ElementFlags _
) 
 

Parameters

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 Element.Visible, Element.Enabled, etc.
See Also