RadControls for WinForms

Defines the life cycle of a RadElement instance.

Namespace: Telerik.WinControls
Assembly: Telerik.WinControls (in Telerik.WinControls.dll) Version: 2013.1.321.40 (2013.1.321.40)

Syntax

C#
public enum ElementState
Visual Basic
Public Enumeration ElementState

Members

Member nameValueDescription
Initial0 The element is in its initial state.
Constructing1 The element is in a process of being constructed.
Constructed2 The element is already constructed but not loaded yet.
Loading3 The element is loading. That is it is initializing on the owning control.
Loaded4 The element is prepared for visualizing.
Unloaded5 Special state, indicating that the element has been loaded once and removed from the element tree.
Disposing6 The element is in a process of being disposed of.
Disposed7 The element is already disposed of.

See Also